Files
core/script/setup
T

12 lines
139 B
Bash
Raw Normal View History

#!/bin/sh
# Setups the repository.
2015-09-17 00:35:26 -07:00
# Stop on errors
set -e
cd "$(dirname "$0")/.."
2015-09-17 00:35:26 -07:00
script/bootstrap
2019-07-30 16:59:12 -07:00
pre-commit install
2020-06-06 16:37:31 +02:00
pip install -e .