makefile: added dev-env command
This commit is contained in:
parent
b712900e53
commit
4fd59e6128
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -103,6 +103,12 @@ sdist:
|
|||
python setup.py sdist
|
||||
|
||||
|
||||
.PHONY: dev-env
|
||||
## make dev-env based on the requirements files and install develop of packages
|
||||
dev-env:
|
||||
pip install -r requirements.txt -r requirements_debug.txt -r requirements_test.txt
|
||||
pip install -e .
|
||||
|
||||
# Default command on calling make
|
||||
.DEFAULT_GOAL := show-help
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue