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 9f4ac84 commit a8e2dddCopy full SHA for a8e2ddd
Makefile
@@ -24,7 +24,7 @@ install-python:
24
25
install-python-base:
26
@echo "--> Installing Python dependencies"
27
- pip install "setuptools>=0.9.8"
+ pip install "setuptools>=0.9.8" "pip>=8.0.0"
28
# order matters here, base package must install first
29
pip install -e .
30
pip install ujson
0 commit comments