docs: Update contributing_code.md (#883)

This commit is contained in:
Charles Packer
2024-01-21 13:25:54 -08:00
committed by GitHub
parent f48f281dde
commit 4ccb41135e

View File

@@ -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: