cli updates 2 (#12447)

- extras group
- readme
- another readme

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
This commit is contained in:
Erick Friis
2023-10-27 13:37:03 -07:00
committed by GitHub
parent 3afa68e30e
commit 38cee5fae0
5 changed files with 76 additions and 95 deletions

View File

@@ -11,13 +11,7 @@ Some other helpful docs:
To use, first install the LangChain CLI.
```shell
pip install -U langchain-cli
```
Then, install `langserve`:
```shell
pip install -U "langserve[all]"
pip install -U "langchain-cli[serve]"
```
Next, create a new LangChain project: