Browse Source
build-wine: print some text before "pip install"
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
0 deletions
-
contrib/build-wine/build-electrum-git.sh
|
@ -50,6 +50,8 @@ $PYTHON -m pip install -r ../../deterministic-build/requirements.txt |
|
|
$PYTHON -m pip install -r ../../deterministic-build/requirements-hw.txt |
|
|
$PYTHON -m pip install -r ../../deterministic-build/requirements-hw.txt |
|
|
|
|
|
|
|
|
pushd $WINEPREFIX/drive_c/electrum |
|
|
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 . |
|
|
$PYTHON -m pip install . |
|
|
popd |
|
|
popd |
|
|
|
|
|
|
|
|