summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-12-01 13:22:56 +0000
committerrsiddharth <s@ricketyspace.net>2017-12-01 13:22:56 +0000
commitb9ff551394a16a6adca022759239691f64fd568c (patch)
tree91ea65ac0738f91c6f9c976cc8362160f1edadfe /bootstrap.sh
parent1e7e2f9b4b9a501dd64d156f5b770ddd8f349f5b (diff)
bootstrap.sh: New file.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755
index 0000000..00e0449
--- /dev/null
+++ b/bootstrap.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+pip install -r requirements.txt &&
+ python setup.py develop