diff --git a/Makefile b/Makefile index 97c8419..7257a2e 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ run: twistd -n monitorbot +install: + pip install -r requirements.txt