1
0

Simplify pyinstaller installation

This commit is contained in:
Johann Bauer
2018-02-15 22:23:10 +01:00
parent fe1e412f01
commit e512e9c0e8
4 changed files with 6 additions and 27 deletions

View File

@@ -37,7 +37,7 @@ fail "Unable to use Python $PYTHON_VERSION"
info "Installing pyinstaller"
python3 -m pip install pyinstaller -I --user || fail "Could not install pyinstaller"
python3 -m pip install git+https://github.com/ecdsa/pyinstaller@fix_2952 -I --user || fail "Could not install pyinstaller"
info "Using these versions for building $PACKAGE:"
sw_vers