mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
"3.8"
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user