Force pyinstaller to 3.3 on mac as well

This commit is contained in:
DarkPhoenix
2020-01-21 22:17:29 +03:00
parent b69adefbf8
commit 492207700b

View File

@@ -5,4 +5,4 @@ sudo python3 -m ensurepip --upgrade
# A manual check that the correct version of Python is running.
python3 --version
python3 -m pip install -r requirements.txt
python3 -m pip install PyInstaller
python3 -m pip install PyInstaller==3.3