From 7d8919bf80442b2fe88735c8675b5f243c5272b9 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 26 Feb 2019 23:34:54 -0700 Subject: dependency wrestling part 2 --- scripts/setup_windows.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/setup_windows.sh') diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh index 1a69f98..75c700e 100644 --- a/scripts/setup_windows.sh +++ b/scripts/setup_windows.sh @@ -7,3 +7,5 @@ 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 -- cgit v1.2.3