From 452efb92b70f768a7d3b5639aa7066db546a9757 Mon Sep 17 00:00:00 2001 From: TheLeo Date: Fri, 4 Oct 2024 14:27:37 +0000 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.