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 b99ba75 commit c94b64cCopy full SHA for c94b64c
Makefile
@@ -88,7 +88,7 @@ docker: docker-build ## build a docker image and run the service
88
docker run --name my-project-template -p 8080:8080 my-project-template-service:0.0.1
89
90
install: clean ## install the package to the active Python's site-packages
91
- pip install --upgrade pip
+ pip install --upgrade pip setuptools
92
python setup.py install
93
pip install -r requirements.txt
94
pip install -r requirements-tests.txt
requirements.txt
@@ -1 +1,2 @@
1
+setuptools
2
toml==0.10.2
0 commit comments