remove pyinstaller 2.1 from mac quicksetup
This commit is contained in:
parent
d6e56f45c5
commit
169a9e9ac4
@ -88,7 +88,7 @@ except ImportError:
|
||||
pip_install("Pillow==5.3.0")
|
||||
|
||||
print "installing pyinstaller"
|
||||
pip_install('pyinstaller==2.1' if platform.system() == "Darwin" else 'pyinstaller==3.6')
|
||||
pip_install('pyinstaller==3.6')
|
||||
|
||||
if platform.system() == "Windows":
|
||||
print "downloading pyqt4"
|
||||
|
Loading…
Reference in New Issue
Block a user