1
0
mirror of https://github.com/GrapheneOS/infrastructure.git synced 2025-01-10 22:29:29 -05:00
graphene-os-server-infrastr.../setup
2023-07-06 22:12:26 -04:00

6 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