parent
14bfd8ce3f
commit
ce0c802776
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue