Add bitcointx tools to pip packages

This commit is contained in:
Taylor Helsper 2019-08-17 22:30:21 -05:00
parent 6afbe0a2a0
commit fde0f1b5ac
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,9 @@ apt -y install pv
pip install tzupdate
# Install any pip3 software
pip3 install python-bitcointx
# Upgrade BTC
ARCH="arm-linux-gnueabihf"
uname -a | grep aarch64

View File

@ -87,6 +87,7 @@ fi
# Install python3 specific tools (run multiple times to make sure success)
pip3 install wheel setuptools
pip3 install bitstring lnd-grpc pycoin aiohttp connectrum python-bitcoinlib
pip3 install python-bitcointx
# Install Rust