core/script/setup

6 lines
86 B
Plaintext
Raw Normal View History

cd "$(dirname "$0")/.."
git submodule init
script/bootstrap
2015-09-18 06:55:47 +00:00
python3 setup.py develop