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

npm ci --ignore-scripts

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