mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-08 10:05:25 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user