mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 00:11:17 +00:00
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:
@@ -11,7 +11,7 @@ Set up an appropriate dev environment, and make sure you are in this `templates`
|
||||
Make sure you have `langchain-cli` installed.
|
||||
|
||||
```shell
|
||||
pip install -U "langchain-cli[serve]"
|
||||
pip install -U langchain-cli
|
||||
```
|
||||
|
||||
You can then run the following command to create a new skeleton of a package.
|
||||
|
@@ -26,7 +26,7 @@ This information can be used to launch a LangServe instance automatically.
|
||||
In order to do this, first make sure the CLI is installed:
|
||||
|
||||
```shell
|
||||
pip install -U "langchain-cli[serve]"
|
||||
pip install -U langchain-cli
|
||||
```
|
||||
|
||||
You can then run:
|
||||
|
Reference in New Issue
Block a user