hakurei.app/setup
2023-01-17 00:07:41 -05:00

8 lines
160 B
Bash
Executable File

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