From 41c729d7a071eaf1c48058197943f33853b92fb1 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Sun, 21 Jan 2024 13:29:31 -0800 Subject: [PATCH] docs: Update contributing_code.md (#884) --- 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 d0863909..ad721f8a 100644 --- a/docs/contributing_code.md +++ b/docs/contributing_code.md @@ -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: