mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-07-08 15:39:30 -04:00
add build environment setup script
This commit is contained in:
parent
5417e37062
commit
fc8c4a6a57
1 changed files with 5 additions and 0 deletions
5
setup
Executable file
5
setup
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
python -m venv --clear venv
|
||||
source venv/bin/activate
|
||||
pip install --require-hashes --only-binary :all: -r requirements.txt
|
Loading…
Add table
Add a link
Reference in a new issue