Files
homeassistant-core/script/setup
T

7 lines
104 B
Bash
Raw Normal View History

2016-03-26 16:21:27 -04:00
#!/usr/bin/env sh
2015-09-17 00:35:26 -07:00
cd "$(dirname "$0")/.."
git submodule init
script/bootstrap
2015-09-17 23:55:47 -07:00
python3 setup.py develop