matrix.grapheneos.org/setup

6 lines
136 B
Plaintext
Raw Normal View History

2023-01-17 05:09:44 +00:00
#!/bin/bash
2023-07-06 22:18:28 +00:00
python3 -m venv --clear venv
2023-01-17 05:09:44 +00:00
source venv/bin/activate
pip install --require-hashes --only-binary :all: -r requirements.txt