diff options
author | Melody Horn <melody@boringcactus.com> | 2019-04-27 19:05:46 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2019-04-27 19:05:46 -0600 |
commit | 0b59239f6acdfa79cca1c0a21d6a41128a869d8f (patch) | |
tree | bbe9bb2e02a8525a40575e36f42e82590fe5738b /scripts | |
parent | 47438fc4e0e400214458132eee455eb325b68181 (diff) | |
download | vidslice-0b59239f6acdfa79cca1c0a21d6a41128a869d8f.tar.gz vidslice-0b59239f6acdfa79cca1c0a21d6a41128a869d8f.zip |
install non-borked cx_Freeze in a valid way
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/setup_windows.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh index 6883f27..1bb3075 100644 --- a/scripts/setup_windows.sh +++ b/scripts/setup_windows.sh @@ -7,7 +7,6 @@ echo $PATH export PATH=/C/Python37:$PATH which python python get-pip.py -curl https://download.lfd.uci.edu/pythonlibs/u2hcgva4/cx_Freeze-5.1.1-cp37-cp37m-win_amd64.whl -o cx_Freeze-5.1.1-cp37-cp37m-win_amd64.whl -python -m pip install *.whl +pip install --upgrade git+https://github.com/anthony-tuininga/cx_Freeze.git@master set +x |