diff --git a/README.md b/README.md index adc3c5812..c970e6c48 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@

Go ahead and axolotl questions!!

+ pre-commit + PyTest Status @@ -406,3 +408,9 @@ Join our [Discord server](https://discord.gg/HhrNrHJPRb) where we can help you Bugs? Please check for open issue else create a new [Issue](https://github.com/OpenAccess-AI-Collective/axolotl/issues/new). PRs are **greatly welcome**! + +Please run below to setup env +```bash +pip3 install -r requirements-dev.txt +pre-commit install +```