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

npm ci --ignore-scripts

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