From 1621672d736f3ba056efa6b7b287b2487be7d3aa Mon Sep 17 00:00:00 2001 From: James Robinson Date: Wed, 22 May 2024 14:24:16 +0100 Subject: [PATCH] Update README.md fix precommit hooks --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3881f61..7a56f46 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ development using the following commands from within the adler folder: ``` >> pip install --user -e .'[dev]' ``` +Furthermore, to get the pre-commit hooks working on RSP, you will probably have to update git within your environment: + +``` +conda install git +``` If you're also working on the docs: