mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-23 21:18:07 +00:00
Upgrade to lndmanage v0.11.0 (#406)
This commit is contained in:
parent
fd75b019d0
commit
aa10fd7005
|
@ -124,8 +124,9 @@ fi
|
|||
|
||||
|
||||
# Install any pip3 software
|
||||
pip3 install --upgrade pip setuptools wheel
|
||||
pip3 install gnureadline --no-cache-dir
|
||||
pip3 install lndmanage==0.10.0 --no-cache-dir # Install LND Manage (keep up to date with LND)
|
||||
pip3 install lndmanage==0.11.0 --no-cache-dir # Install lndmanage (keep up to date with LND)
|
||||
pip3 install docker-compose --no-cache-dir
|
||||
pip3 install pipenv --no-cache-dir
|
||||
pip3 install bcrypt --no-cache-dir
|
||||
|
|
|
@ -199,10 +199,10 @@ fi
|
|||
|
||||
|
||||
# Install Python3 specific tools (run multiple times to make sure success)
|
||||
pip3 install wheel setuptools
|
||||
pip3 install --upgrade pip wheel setuptools
|
||||
pip3 install bitstring lnd-grpc pycoin aiohttp connectrum python-bitcoinlib
|
||||
pip3 install gnureadline
|
||||
pip3 install lndmanage==0.10.0 # Install LND Manage (keep up to date with LND)
|
||||
pip3 install lndmanage==0.11.0 # Install LND Manage (keep up to date with LND)
|
||||
pip3 install docker-compose
|
||||
pip3 install pipenv
|
||||
pip3 install pysocks
|
||||
|
|
Loading…
Reference in New Issue
Block a user