summaryrefslogtreecommitdiff
path: root/setup.sh
blob: 09a2c95bc3cc30e84c949c7c5309177d1d2f4d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/bash -e

ROOT_DIR="$(dirname "$0")"
cd "$ROOT_DIR"

git submodule init
git submodule update

ln -sf "$ROOT_DIR"/submodules/hassil/hassil modules/hassil

python -m venv venv
source venv/bin/activate
python -m pip install -r requirements.txt