##// END OF EJS Templates
makefile: change order of install deps
super-admin -
r1061:eeec64ac python3
parent child Browse files
Show More
@@ -47,7 +47,7 b' sdist:'
47 .PHONY: dev-env
47 .PHONY: dev-env
48 ## Build sdist
48 ## Build sdist
49 dev-env:
49 dev-env:
50 pip install -r requirements.txt -r requirements_debug.txt -r requirements_test.txt
50 pip install -r requirements.txt -r requirements_test.txt -r requirements_debug.txt
51 pip install -e .
51 pip install -e .
52
52
53 # Default command on calling make
53 # Default command on calling make
General Comments 0
You need to be logged in to leave comments. Login now