hass-core/script/setup

12 lines
140 B
Text
Raw Normal View History

#!/bin/sh
# Setups the repository.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
script/bootstrap
2019-07-30 16:59:12 -07:00
pre-commit install
pip3 install -e .