doc: make install from source more clearer (#9433)

Description: if just `pip install -e .` it will not install anything, we
have to find the right directory to do `pip install -e .`
pull/9382/head
呂安 1 year ago committed by GitHub
parent 8976483f3a
commit ead04487fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ pip install 'langchain[all]'
## From source
If you want to install from source, you can do so by cloning the repo and running:
If you want to install from source, you can do so by cloning the repo and be sure that the directory is `PATH/TO/REPO/langchain/libs/langchain` running:
```bash
pip install -e .

Loading…
Cancel
Save