hakurei.app/setup
2023-07-06 18:15:59 -04:00

8 lines
161 B
Bash
Executable File

#!/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