Show More
@@ -103,6 +103,12 b' sdist:' | |||
|
103 | 103 | python setup.py sdist |
|
104 | 104 | |
|
105 | 105 | |
|
106 | .PHONY: dev-env | |
|
107 | ## make dev-env based on the requirements files and install develop of packages | |
|
108 | dev-env: | |
|
109 | pip install -r requirements.txt -r requirements_debug.txt -r requirements_test.txt | |
|
110 | pip install -e . | |
|
111 | ||
|
106 | 112 | # Default command on calling make |
|
107 | 113 | .DEFAULT_GOAL := show-help |
|
108 | 114 |
General Comments 0
You need to be logged in to leave comments.
Login now