mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-18 20:34:39 -05:00
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
python -m venv --clear venv
|
||
|
source venv/bin/activate
|
||
|
pip install --require-hashes --only-binary :all: -r requirements.txt
|