From afb31e13a3cd6598835009bae19a6a0a2483d136 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Mon, 29 May 2023 15:24:54 +0900 Subject: [PATCH] Add badge and update contribution section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +```