diff --git a/docs/contributing_code.md b/docs/contributing_code.md index 839a877d..d0863909 100644 --- a/docs/contributing_code.md +++ b/docs/contributing_code.md @@ -33,7 +33,7 @@ Once Poetry is installed, navigate to the MemGPT directory and install the MemGP ```sh cd MemGPT poetry shell -poetry install -E dev -E postgres -E local +poetry install --all-extras ``` Now when you want to use `memgpt`, make sure you first activate the `poetry` environment using poetry shell: