mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Switched to using setup.py to install dependencies
This commit is contained in:
parent
4f2d75142f
commit
55c88a1748
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if [ -e ./env/bin/activate ]; then
|
|||
else
|
||||
virtualenv env
|
||||
source ./env/bin/activate
|
||||
pip install slowaes 'ecdsa>=0.9' pbkdf2 requests pyasn1 pyasn1-modules qrcode SocksiPy-branch protobuf tlslite
|
||||
python setup.py install
|
||||
fi
|
||||
|
||||
export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
|
||||
|
|
Loading…
Add table
Reference in a new issue