Skip to content

Commit d383aad

Browse files
authored
Remove duplicate install commands manage prompts programatically (#1280)
1 parent 8dd169c commit d383aad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/langsmith/manage-prompts-programmatically.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ In TypeScript, you must use the LangChain npm package for pulling prompts (it al
1818
<CodeGroup>
1919
```bash pip
2020
pip install -U langsmith # version >= 0.1.99
21-
pip install -U langchain langsmith # langsmith version >= 0.1.99 and langchain >= 0.2.13
2221
```
2322

2423
```bash uv
2524
uv add langsmith # version >= 0.1.99
26-
uv add langchain langsmith # langsmith version >= 0.1.99 and langchain >= 0.2.13
2725
```
2826

2927
```bash TypeScript

0 commit comments

Comments
 (0)