Files
stock-prediction/Makefile
2017-10-10 11:13:19 +02:00

6 lines
63 B
Makefile

init:
pip install -r requirements.txt
test:
nosetests tests