diff options
| -rwxr-xr-x | setup | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,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 |
