diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | install: | 1 | install: |
2 | ifeq (${VIRTUAL_ENV},) | ||
2 | pip install --user -r requirements.txt | 3 | pip install --user -r requirements.txt |
4 | else | ||
5 | pip install -r requirements.txt | ||
6 | endif | ||
3 | 7 | ||
4 | test: | 8 | test: |
5 | python test.py | 9 | python test.py |