mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-10-01 04:45:34 -04:00
6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python -m venv --clear venv
|
|
source venv/bin/activate
|
|
pip install --require-hashes --only-binary :all: -r requirements.txt
|