mirror of
https://github.com/hwchase17/langchain
synced 2024-11-18 09:25:54 +00:00
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 .`
This commit is contained in:
parent
8976483f3a
commit
ead04487fd
@ -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…
Reference in New Issue
Block a user