Ver código fonte

And now we upgrade pip. SRSLY

master
The Dod 1 dia atrás
pai
commit
146e9dff51
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      install.sh

+ 1
- 0
install.sh Ver arquivo

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

Carregando…
Cancelar
Salvar