From 8a624c8dceabd0213171fa3c640f9cea271255a4 Mon Sep 17 00:00:00 2001 From: Samuel Dowling Date: Thu, 16 Apr 2020 23:12:25 +0930 Subject: [PATCH] Grammatical revision to improve instructional clarity --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d50f672..98200cb 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,13 @@ $ sudo apt install python3 $ sudo apt install python3-pip ``` -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 instructions: +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 $ python3 -m pip install --user pipx $ python3 -m pipx ensurepath ``` -Further detail is available in their installation instructions available [here](https://pipxproject.github.io/pipx/installation/). - -If you experience any issues with the stability of the `python3-pip` installation, you can install it manually as follows: +Further detail is available in their installation instructions available [here](https://pipxproject.github.io/pipx/installation/). Please refer to this for any installation issues you experience. Additionally, if you experience any issues with the stability of the `python3-pip` installation, you can install it manually as follows: ```bash $ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py