diff options
author | Melody Horn <melody@boringcactus.com> | 2019-02-26 22:09:00 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2019-02-26 22:09:00 -0700 |
commit | e43bd093835c8e9f15191db2eaa420c694800e4f (patch) | |
tree | 28b25f08643b476f241b3556f77148d02b81c33d /scripts/setup_windows.sh | |
parent | 410a1416157afd78d2e3ddafcb44ca9584847a0e (diff) | |
download | vidslice-e43bd093835c8e9f15191db2eaa420c694800e4f.tar.gz vidslice-e43bd093835c8e9f15191db2eaa420c694800e4f.zip |
actually install python across all platforms
Diffstat (limited to 'scripts/setup_windows.sh')
-rw-r--r-- | scripts/setup_windows.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh new file mode 100644 index 0000000..27b0e98 --- /dev/null +++ b/scripts/setup_windows.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +choco install python |