forked from LBRYCommunity/lbry-sdk
pip with git does not appear to work in wine
This commit is contained in:
parent
5ca594b9fd
commit
5bb0a07fae
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ rm -rf /tmp/.wine-*
|
|||
apt-get -qq update
|
||||
apt-get -qq install -y git
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools_scm
|
||||
pip install git+https://github.com/lbryio/torba.git
|
||||
git clone https://github.com/lbryio/torba.git --depth 1
|
||||
cd torba && pip install -e . && cd ..
|
||||
|
||||
cd lbry
|
||||
|
||||
|
|
Loading…
Reference in a new issue