Update readme.md

This commit is contained in:
TheLeo 2024-10-04 14:27:37 +00:00
parent 893dc140ed
commit 452efb92b7

View File

@ -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<br>
<a href="https://www.python.org/downloads/">Python Download Page</a><br>
2. Install PIP to handle the installation of new Python libraries<br>
- The PIP install script can be obtained from here: <a href="https://bootstrap.pypa.io/get-pip.py">PIP install script</a><br>
- The PIP install script can be obtained from here: <br>
<a href="https://bootstrap.pypa.io/get-pip.py">PIP install script</a><br>
- Run the following cmd command in the directory that the above script was installed into:<br>
```python get-pip.py```<br>
3. Close and re-open the cmd window to ensure the package has been added to the global environment.<br>