Skip to content

Commit

Permalink
doc: make install from source more clearer (#9433)
Browse files Browse the repository at this point in the history
Description: if just `pip install -e .` it will not install anything, we
have to find the right directory to do `pip install -e .`
  • Loading branch information
Lanznx authored Aug 18, 2023
1 parent 8976483 commit ead0448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/get_started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit ead0448

Please sign in to comment.