esphome/script/setup
Guillermo Ruffino 69879920eb
add-black (#1593)
* Add black

Update pre commit

Update pre commit

add empty line

* Format with black
2021-03-07 16:03:16 -03:00

11 lines
174 B
Bash
Executable File

#!/bin/bash
# Set up ESPHome dev environment
set -e
cd "$(dirname "$0")/.."
pip3 install -r requirements.txt -r requirements_test.txt
pip3 install -e .
pre-commit install