Updated README.md with Poetry install instructions

This commit is contained in:
Charles Packer 2023-10-27 12:14:42 -07:00 committed by GitHub
parent 32dbf25a62
commit d9d16eec6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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