1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-23 04:19:34 +00:00
Files
core/script/setup
Paulus Schoutsen 6c1f44242c Update setup script
2015-09-17 23:55:47 -07:00

6 lines
86 B
Plaintext
Executable File

cd "$(dirname "$0")/.."
git submodule init
script/bootstrap
python3 setup.py develop