mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 00:19:15 +00:00
Add bitcointx tools to pip packages
This commit is contained in:
parent
6afbe0a2a0
commit
fde0f1b5ac
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user