We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd5c7d commit 1d52ae9Copy full SHA for 1d52ae9
INSTALL.md
@@ -12,7 +12,7 @@ sudo apt update
12
sudo apt -y install python3.8
13
sudo apt -y install python3-pip
14
sudo apt -y install libgl1-mesa-glx
15
-pip install --upgrade pip
+python3.8 -m pip install --upgrade pip
16
```
17
18
0 commit comments