mirror of https://github.com/patacrep/patacrep.git
oliverpool
8 years ago
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
.PHONY: all test clean |
|||
|
|||
test: |
|||
python -m unittest -f |
|||
|
|||
install: |
|||
pip3 install -r Requirements.txt |
|||
python3 setup.py develop |
Loading…
Reference in new issue