Remove pyinstaller from requirements as it's needed just for packaging

This commit is contained in:
DarkPhoenix
2020-01-21 13:33:17 +03:00
parent d9934160a6
commit 36ea5200f2
2 changed files with 1 additions and 1 deletions

View File

@@ -5,3 +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