Explorar el Código

And now we upgrade pip. SRSLY

master
The Dod hace 1 día
padre
commit
146e9dff51
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      install.sh

+ 1
- 0
install.sh Ver fichero

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

Loading…
Cancelar
Guardar