From 0f27c1a57adf81d780226d3fc4319ce079f4f21d Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Fri, 27 Oct 2023 12:14:42 -0700 Subject: [PATCH] Updated README.md with Poetry install instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eed32351..66ed4a01 100644 --- a/README.md +++ b/README.md @@ -352,7 +352,12 @@ Datasets used in our [paper](https://arxiv.org/abs/2310.08560) can be downloaded - [ ] Release MemGPT family of open models (eg finetuned Mistral) ([discussion](https://github.com/cpacker/MemGPT/discussions/67)) ## Development -You can install MemGPT from source with: + +_Reminder: if you do not plan on modifying the source code, simply install MemGPT with `pip install pymemgpt`!_ + +First, install Poetry using [the official instructions here](https://python-poetry.org/docs/#installing-with-the-official-installer). + +Then, you can install MemGPT from source with: ``` git clone git@github.com:cpacker/MemGPT.git poetry shell