Update README.md

In "Each line that starts with `pip ...` becomes `python -m pip ...`" changed "python -m pip" with "python3.7 -m pip"  (paragraph "Alternate method for Ubuntu 18.04 LTS"). The command "python -m pip" calls the wrong version of python.
This commit is contained in:
Antonio Caccese
2020-02-11 19:01:17 +01:00
committed by GitHub
parent aea467a952
commit 8daa3c1f2e
+1 -1
View File
@@ -95,7 +95,7 @@ sudo sh install.sh
#### Alternate method for Ubuntu 18.04 LTS
In `./install.sh`:
Change `python3` to `python3.7`
Each line that starts with `pip ...` becomes `python -m pip ...`
Each line that starts with `pip ...` becomes `python3.7 -m pip ...`
```bash
sudo apt-get -y update