Nanobit commited on
Commit
afb31e1
1 Parent(s): 1bf1f59

Add badge and update contribution section

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -9,6 +9,8 @@
9
  <p>
10
  Go ahead and axolotl questions!!
11
  </p>
 
 
12
  </div>
13
  </div>
14
 
@@ -406,3 +408,9 @@ Join our [Discord server](https://discord.gg/HhrNrHJPRb) where we can help you
406
  Bugs? Please check for open issue else create a new [Issue](https://github.com/OpenAccess-AI-Collective/axolotl/issues/new).
407
 
408
  PRs are **greatly welcome**!
 
 
 
 
 
 
 
9
  <p>
10
  Go ahead and axolotl questions!!
11
  </p>
12
+ <img src="https://github.com/OpenAccess-AI-Collective/axolotl/actions/workflows/pre-commit.yml/badge.svg?branch=main" alt="pre-commit">
13
+ <img alt="PyTest Status" src="https://github.com/OpenAccess-AI-Collective/axolotl/actions/workflows/tests.yml/badge.svg?branch=main">
14
  </div>
15
  </div>
16
 
 
408
  Bugs? Please check for open issue else create a new [Issue](https://github.com/OpenAccess-AI-Collective/axolotl/issues/new).
409
 
410
  PRs are **greatly welcome**!
411
+
412
+ Please run below to setup env
413
+ ```bash
414
+ pip3 install -r requirements-dev.txt
415
+ pre-commit install
416
+ ```