mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Follow-up fe54ce9
This commit is contained in:
parent
fe54ce946c
commit
20443aa068
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
contrib=$(dirname "$0")
|
||||
test -n "$contrib" -a -d "$contrib" || exit
|
||||
|
||||
whereis pip3
|
||||
if [ $? -ne 0 ] ; then echo "Install pip3" ; exit ; fi
|
||||
|
||||
rm $contrib/../packages/ -r
|
||||
rm "$contrib"/../packages/ -r
|
||||
|
||||
#Install pure python modules in electrum directory
|
||||
pip3 install -r $contrib/requirements.txt -t $contrib/../packages
|
||||
|
|
Loading…
Add table
Reference in a new issue