mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-02-23 16:19:53 -05:00
use Python 3.12 for gixy
This commit is contained in:
parent
d29248fa2a
commit
1b4f66c1da
2
setup
2
setup
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
python3 -m venv --clear venv
|
python3.12 -m venv --clear venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install --require-hashes --only-binary :all: -r requirements.txt
|
pip install --require-hashes --only-binary :all: -r requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user