~boringcactus/vidslice

0b59239f6acdfa79cca1c0a21d6a41128a869d8f — Melody Horn 5 years ago 47438fc
install non-borked cx_Freeze in a valid way
1 files changed, 1 insertions(+), 2 deletions(-)

M scripts/setup_windows.sh
M scripts/setup_windows.sh => scripts/setup_windows.sh +1 -2
@@ 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