From 8ebed364a18ce2c498ca2f1e9c238348da290447 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Fri, 3 May 2024 15:39:06 -0700 Subject: [PATCH] docs: Update README.md (#1338) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de172cf0..6aa2fe13 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can also use MemGPT to depoy agents as a *service*. You can use a MemGPT ser ## Installation & Setup Install MemGPT: ```sh -pip install pymemgpt +pip install -U pymemgpt ``` To use MemGPT with OpenAI, set the environment variable `OPENAI_API_KEY` to your OpenAI key then run: ```