This commit is contained in:
Gene Hoffman
2020-04-05 22:42:29 -07:00
parent a0cd3e445f
commit 52098b1a5d
+1 -1
View File
@@ -50,7 +50,7 @@ echo "Python version is $INSTALL_PYTHON_VERSION"
. ./activate
# pip 20.x+ supports Linux binary wheels
pip install --upgrade pip
if [ "$INSTALL_PYTHON_VERSION" = "python3.8" ]; then
if [ "$INSTALL_PYTHON_VERSION" = "3.8" ]; then
pip install cbor miniupnpc
else
pip install -i https://hosted.chia.net/simple/ miniupnpc==0.1.dev5 setproctitle==1.1.10 cbor2==5.0.1