Show More
@@ -106,7 +106,7 b' sdist:' | |||||
106 | .PHONY: dev-env |
|
106 | .PHONY: dev-env | |
107 | ## make dev-env based on the requirements files and install develop of packages |
|
107 | ## make dev-env based on the requirements files and install develop of packages | |
108 | dev-env: |
|
108 | dev-env: | |
109 |
pip install -r requirements.txt -r requirements_ |
|
109 | pip install -r requirements.txt -r requirements_test.txt -r requirements_debug.txt | |
110 | pip install -e . |
|
110 | pip install -e . | |
111 |
|
111 | |||
112 | # Default command on calling make |
|
112 | # Default command on calling make |
General Comments 0
You need to be logged in to leave comments.
Login now