[TASK] Add install command to Makefile.

This commit is contained in:
Jan Philipp Timme 2014-05-14 21:47:42 +02:00
parent 97009ab8d2
commit ec6413231c
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
run:
twistd -n monitorbot
install:
pip install -r requirements.txt