core/script/setup

7 lines
104 B
Plaintext
Raw Normal View History

2016-03-26 20:21:27 +00:00
#!/usr/bin/env sh
cd "$(dirname "$0")/.."
git submodule init
script/bootstrap
2015-09-18 06:55:47 +00:00
python3 setup.py develop