summaryrefslogtreecommitdiff
path: root/setup
blob: 307497e8f2c475bde7834624ad5768c273f090f6 (plain)
1
2
3
4
5
6
7
#!/bin/bash

npm ci --ignore-scripts

python3 -m venv --clear venv
source venv/bin/activate
pip install --require-hashes --only-binary :all: -r requirements.txt