graphene-os-server-infrastr.../setup
2023-07-06 22:12:26 -04:00

5 lines
136 B
Bash
Executable file

#!/bin/bash
python3 -m venv --clear venv
source venv/bin/activate
pip install --require-hashes --only-binary :all: -r requirements.txt