summaryrefslogtreecommitdiff
path: root/scripts/setup.sh
blob: 216cfa2563f9a5dc8443d9a142eb2cf667801ec6 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e
cd "$(dirname "$0")"/jfrteamy-playoff

if [ ! -d venv ]; then
    virtualenv venv
fi
venv/bin/pip install -r requirements.txt