Ver código fonte

Yet another version gamble

master
The Dod 1 dia atrás
pai
commit
12dd667fc9
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1
    2
      install.sh

+ 1
- 2
install.sh Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar