Explorar el Código

Yet another version gamble

master
The Dod hace 1 día
padre
commit
12dd667fc9
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      install.sh

+ 1
- 2
install.sh Ver fichero

@@ -1,6 +1,5 @@
1 1
 #!/bin/bash
2 2
 cd "$(dirname "$0")"
3
-virtualenv -p python3.10 venv
3
+virtualenv -p python3.13 venv
4 4
 source venv/bin/activate
5
-pip install --upgrade pip
6 5
 pip install -r requirements.txt

Loading…
Cancelar
Guardar