mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
#2662 pip install for root to /usr/local/bin
This commit is contained in:
parent
dbb25d5807
commit
135f5a4a40
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ function installDependencies()
|
|||
gettext
|
||||
# additional requirements
|
||||
sudo apt-get install -y postgresql libpq-dev
|
||||
sudo pip3 install --user mrkd==0.2.0
|
||||
sudo pip3 install --user mistune==0.8.4
|
||||
sudo pip3 install mrkd==0.2.0
|
||||
sudo pip3 install mistune==0.8.4
|
||||
# for pylightning
|
||||
echo "- Install from the requirements.txt"
|
||||
sudo -u bitcoin pip3 install --user mrkd==0.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue