core/script/setup

12 lines
140 B
Plaintext
Raw Normal View History

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