diff --git a/docs/snippets/get_started/installation.mdx b/docs/snippets/get_started/installation.mdx index fe5e2ef009..53784c50ee 100644 --- a/docs/snippets/get_started/installation.mdx +++ b/docs/snippets/get_started/installation.mdx @@ -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 .