From cfef685bfff13a2532e1e6fa49573af11c7c4d6d Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Sat, 13 Feb 2021 03:40:27 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec9ac11..b84cc43 100644 --- a/README.md +++ b/README.md @@ -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 ```