aboutsummaryrefslogtreecommitdiff
path: root/scripts/setup_windows.sh
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-02-26 22:30:05 -0700
committerMelody Horn <melody@boringcactus.com>2019-02-26 22:30:05 -0700
commit69b4e2ee91361c5ac5d5511145f98f9727d3b0b0 (patch)
treee7f31c9341286419f6089c44706e34e858507827 /scripts/setup_windows.sh
parent45cb0b314de712159cfffb2393dba0337a90ee23 (diff)
downloadvidslice-69b4e2ee91361c5ac5d5511145f98f9727d3b0b0.tar.gz
vidslice-69b4e2ee91361c5ac5d5511145f98f9727d3b0b0.zip
further dependency shenanigans
Diffstat (limited to 'scripts/setup_windows.sh')
-rw-r--r--scripts/setup_windows.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/setup_windows.sh b/scripts/setup_windows.sh
index 27b0e98..b214256 100644
--- a/scripts/setup_windows.sh
+++ b/scripts/setup_windows.sh
@@ -1,2 +1,4 @@
#!/usr/bin/env bash
choco install python
+curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
+python get-pip.py