core/script/setup

11 lines
121 B
Bash
Executable File

#!/bin/sh
# Setups the repository.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
script/bootstrap
pip3 install -e .