aboutsummaryrefslogtreecommitdiff
path: root/scripts/setup_windows.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup_windows.sh')
-rw-r--r--scripts/setup_windows.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh
index 75c700e..6883f27 100644
--- a/scripts/setup_windows.sh
+++ b/scripts/setup_windows.sh
@@ -7,5 +7,7 @@ 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.whl
-python -m pip install cx_Freeze.whl
+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
+
+set +x