From b9ff551394a16a6adca022759239691f64fd568c Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 1 Dec 2017 13:22:56 +0000 Subject: bootstrap.sh: New file. --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bootstrap.sh (limited to 'bootstrap.sh') 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 -- cgit v1.2.3