build-wine: print some text before "pip install"

This commit is contained in:
SomberNight 2019-06-23 03:09:05 +02:00
parent ec496a8222
commit 31ba440d1c
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -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