mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-05 11:22:30 -04:00
Add direct url to Py2exe
This commit is contained in:
parent
8459135002
commit
d4a73fb3bb
@ -43,7 +43,7 @@ install:
|
|||||||
# pip will build them from source using the MSVC compiler matching the
|
# pip will build them from source using the MSVC compiler matching the
|
||||||
# target Python version and architecture
|
# target Python version and architecture
|
||||||
- "%CMD_IN_ENV% pip install -r requirements.txt"
|
- "%CMD_IN_ENV% pip install -r requirements.txt"
|
||||||
- "%CMD_IN_ENV% pip install py2exe pyenchant"
|
- "%CMD_IN_ENV% pip install pyenchant"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- "%CMD_IN_ENV% python src\\setup.py py2exe"
|
- "%CMD_IN_ENV% python src\\setup.py py2exe"
|
||||||
|
@ -21,4 +21,5 @@ chardet
|
|||||||
urllib3
|
urllib3
|
||||||
youtube-dl
|
youtube-dl
|
||||||
python-vlc
|
python-vlc
|
||||||
pywin32
|
pywin32
|
||||||
|
http://sourceforge.net/projects/py2exe/files/latest/download?source=files
|
Loading…
x
Reference in New Issue
Block a user