mirror of https://github.com/Syncplay/syncplay
Install py2exe from PyPI
This commit is contained in:
parent
d44f5ff4e6
commit
40fef45203
|
@ -22,9 +22,7 @@ init:
|
||||||
- pip install twisted[tls] certifi
|
- pip install twisted[tls] certifi
|
||||||
- pip install zope.interface
|
- pip install zope.interface
|
||||||
- type nul > %PYTHON%\lib\site-packages\zope\__init__.py
|
- type nul > %PYTHON%\lib\site-packages\zope\__init__.py
|
||||||
- curl -L https://bintray.com/alby128/py2exe/download_file?file_path=py2exe-0.9.3.0-cp36-none-win32.whl -o py2exe-0.9.3.0-cp36-none-win32.whl
|
- pip install py2exe
|
||||||
- pip install py2exe-0.9.3.0-cp36-none-win32.whl
|
|
||||||
- del py2exe-0.9.3.0-cp36-none-win32.whl
|
|
||||||
- pip install shiboken2==5.12.3 PySide2==5.12.3
|
- pip install shiboken2==5.12.3 PySide2==5.12.3
|
||||||
- pip freeze
|
- pip freeze
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue