mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 08:58:48 +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
|
## 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
|
```bash
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
Loading…
Reference in New Issue
Block a user