diff --git a/readme.md b/readme.md index c4a07ed..7e74182 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,8 @@ Prior to starting, it would be helpful if you have the following items saved to 1. Download the latest version of Python 3
Python Download Page
2. Install PIP to handle the installation of new Python libraries
- - The PIP install script can be obtained from here: PIP install script
+ - The PIP install script can be obtained from here:
+ PIP install script
- Run the following cmd command in the directory that the above script was installed into:
```python get-pip.py```
3. Close and re-open the cmd window to ensure the package has been added to the global environment.