mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 13:06:03 +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:
@@ -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 .
|
||||
|
Reference in New Issue
Block a user