docs: Update contributing_code.md (#884)

This commit is contained in:
Charles Packer
2024-01-21 13:29:31 -08:00
committed by GitHub
parent ceb0bfe414
commit 41c729d7a0

View File

@@ -32,8 +32,8 @@ Once Poetry is installed, navigate to the MemGPT directory and install the MemGP
```sh
cd MemGPT
poetry shell
poetry install --all-extras
poetry shell
```
Now when you want to use `memgpt`, make sure you first activate the `poetry` environment using poetry shell: