From ce0c80277640a3c10be06e58abc97cf7fe92128f Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Tue, 28 Feb 2017 02:33:10 -0600 Subject: [PATCH] installation script --- install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..6c41e1a --- /dev/null +++ b/install.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +git clone https://github.com/lnyemba/jx src/api/static/js/jx +virtualenv sandbox +source sandbox/bin/activate +pip install -r requirements.txt +export PATH=$PWD/src + + +