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")/.."
git submodule init
script/bootstrap
pip3 install -e .