From 111872c841d8670161d7bf775491099d30f035d2 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Thu, 26 Oct 2023 16:20:44 -0700 Subject: [PATCH] update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: