diff options
author | rsiddharth <s@ricketyspace.net> | 2017-12-01 13:22:56 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2017-12-01 13:22:56 +0000 |
commit | b9ff551394a16a6adca022759239691f64fd568c (patch) | |
tree | 91ea65ac0738f91c6f9c976cc8362160f1edadfe /bootstrap.sh | |
parent | 1e7e2f9b4b9a501dd64d156f5b770ddd8f349f5b (diff) |
bootstrap.sh: New file.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 4 |
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 |