Nanobit commited on
Commit
b1cc54b
1 Parent(s): c17dae6

Update pip install to also setup tests

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -411,6 +411,9 @@ 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
  ```
 
411
 
412
  Please run below to setup env
413
  ```bash
414
+ pip3 install -r requirements-dev.txt -r requirements-tests.txt
415
  pre-commit install
416
+
417
+ # test
418
+ pytest tests/
419
  ```