mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
6 lines
136 B
Bash
Executable File
6 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python3 -m venv --clear venv
|
|
source venv/bin/activate
|
|
pip install --require-hashes --only-binary :all: -r requirements.txt
|