Show More
@@ -47,7 +47,7 b' sdist:' | |||
|
47 | 47 | .PHONY: dev-env |
|
48 | 48 | ## Build sdist |
|
49 | 49 | dev-env: |
|
50 |
pip install -r requirements.txt -r requirements_ |
|
|
50 | pip install -r requirements.txt -r requirements_test.txt -r requirements_debug.txt | |
|
51 | 51 | pip install -e . |
|
52 | 52 | |
|
53 | 53 | # Default command on calling make |
General Comments 0
You need to be logged in to leave comments.
Login now