diff options
Diffstat (limited to 'setup')
| -rwxr-xr-x | setup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ npm ci --ignore-scripts -python3 -m venv --clear venv +python3.12 -m venv --clear venv source venv/bin/activate pip install --require-hashes --only-binary :all: -r requirements.txt |
