makefile: change install order of deps
This commit is contained in:
parent
af8527ad8a
commit
2a3710dab4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -106,7 +106,7 @@ sdist:
|
||||||
.PHONY: dev-env
|
.PHONY: dev-env
|
||||||
## make dev-env based on the requirements files and install develop of packages
|
## make dev-env based on the requirements files and install develop of packages
|
||||||
dev-env:
|
dev-env:
|
||||||
pip install -r requirements.txt -r requirements_debug.txt -r requirements_test.txt
|
pip install -r requirements.txt -r requirements_test.txt -r requirements_debug.txt
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
||||||
# Default command on calling make
|
# Default command on calling make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue