diff options
author | Melody Horn <melody@boringcactus.com> | 2019-04-27 19:16:39 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2019-04-27 19:16:39 -0600 |
commit | dc8449ff02c50370b3e04f2bbabeae4f22e71122 (patch) | |
tree | fb33857c24e0a3c93684a9cc6f3e5a903af52472 /scripts | |
parent | df8604223b19fa8b714479f89cb96ed2084ac8f6 (diff) | |
download | vidslice-dc8449ff02c50370b3e04f2bbabeae4f22e71122.tar.gz vidslice-dc8449ff02c50370b3e04f2bbabeae4f22e71122.zip |
i have died and i am in hell
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/setup_windows.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh index 1bb3075..612f10a 100644 --- a/scripts/setup_windows.sh +++ b/scripts/setup_windows.sh @@ -7,6 +7,6 @@ echo $PATH export PATH=/C/Python37:$PATH which python python get-pip.py -pip install --upgrade git+https://github.com/anthony-tuininga/cx_Freeze.git@master +python -m pip install --upgrade git+https://github.com/anthony-tuininga/cx_Freeze.git@master set +x |