Parcourir la source

And now we upgrade pip. SRSLY

master
The Dod il y a 1 jour
Parent
révision
146e9dff51
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      install.sh

+ 1
- 0
install.sh Voir le fichier

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

Chargement…
Annuler
Enregistrer