Update readmes with new cli install (#12847)

Old command still works. Just simplifying.

Merge after releasing CLI 0.0.15
This commit is contained in:
Erick Friis
2023-11-03 12:10:32 -07:00
committed by GitHub
parent 7db49d3842
commit 6c237716c4
52 changed files with 52 additions and 52 deletions

View File

@@ -11,7 +11,7 @@ TODO: What environment variables need to be set (if any)
To use this package, you should first have the LangChain CLI installed:
```shell
pip install -U "langchain-cli[serve]"
pip install -U langchain-cli
```
To create a new LangChain project and install this as the only package, you can do:

View File

@@ -5,7 +5,7 @@
Install the LangChain CLI if you haven't yet
```bash
pip install -U "langchain-cli[serve]"
pip install -U langchain-cli
```
## Adding packages