Browse Source

And now we upgrade pip. SRSLY

master
The Dod 9 hours ago
parent
commit
146e9dff51
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      install.sh

+ 1
- 0
install.sh View File

@@ -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…
Cancel
Save