mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-09 10:15:03 -04:00
5 lines
136 B
Bash
Executable file
5 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
|