hakurei.app/setup
2025-02-14 04:47:24 -05:00

8 lines
164 B
Bash
Executable File

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