mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
build-wine: print some text before "pip install"
This commit is contained in:
parent
ec496a8222
commit
31ba440d1c
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ $PYTHON -m pip install -r ../../deterministic-build/requirements.txt
|
|||
$PYTHON -m pip install -r ../../deterministic-build/requirements-hw.txt
|
||||
|
||||
pushd $WINEPREFIX/drive_c/electrum
|
||||
# see https://github.com/pypa/pip/issues/2195 -- pip makes a copy of the entire directory
|
||||
echo "Pip installing Electrum. This might take a long time if the project folder is large."
|
||||
$PYTHON -m pip install .
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue