Update README.md
This commit is contained in:
parent
f3c39cc997
commit
d0763c8aa8
|
|
@ -61,6 +61,7 @@ The `pip3` command should now be usable.
|
|||
Further, it's recommended you use `pipx` to manage your python packages; this installs each python package in it's own virtualenv, and makes it available in the global context, which avoids conflicting package dependencies and the resulting instability. To summarise the installation instructions:
|
||||
|
||||
```bash
|
||||
$ sudo apt install python3-venv
|
||||
$ python3 -m pip install --user pipx
|
||||
$ python3 -m pipx ensurepath
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue