Browse Source

add basic makefile

pull/253/head
oliverpool 8 years ago
parent
commit
8228c526ba
  1. 8
      Makefile

8
Makefile

@ -0,0 +1,8 @@
.PHONY: all test clean
test:
python -m unittest -f
install:
pip3 install -r Requirements.txt
python3 setup.py develop
Loading…
Cancel
Save