We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04891b commit ddeb479Copy full SHA for ddeb479
Makefile
@@ -90,9 +90,9 @@ docker: docker-build ## build a docker image and run the service
90
91
install: clean ## install the package to the active Python's site-packages
92
pip install --upgrade pip
93
- python3 setup.py build_ext --inplace
94
- python setup.py install
95
pip install -r requirements.txt
+ python setup.py build_ext --inplace
+ python setup.py install
96
pip install -r requirements-tests.txt
97
pip install -r requirements-dev.txt
98
pip install -r requirements-deploy.txt
0 commit comments