mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04: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
|