diff --git a/README.md b/README.md index e7a1a41b..eed32351 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,12 @@ git clone git@github.com:cpacker/MemGPT.git poetry shell poetry install ``` +We recommend installing pre-commit to ensure proper formatting during development: +``` +pip install pre-commit +pre-commit install +pre-commit run --all-files +``` ### Contributing We welcome pull requests! Please run the formatter before submitting a pull request: