graphene-os-server-infrastr.../setup

6 lines
135 B
Plaintext
Raw Normal View History

2023-02-22 21:22:47 +00:00
#!/bin/bash
python -m venv --clear venv
source venv/bin/activate
pip install --require-hashes --only-binary :all: -r requirements.txt