From 4ccb41135e27cb985d55a2c4975bc50475c92f2b Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Sun, 21 Jan 2024 13:25:54 -0800 Subject: [PATCH] docs: Update contributing_code.md (#883) --- docs/contributing_code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: