build-wine: print some text before "pip install"
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user