From 893dc140edcba4965032e5af90921266b062e89f Mon Sep 17 00:00:00 2001 From: TheLeo Date: Fri, 4 Oct 2024 14:25:07 +0000 Subject: [PATCH] Update readme.md --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 5c18c42..c4a07ed 100644 --- a/readme.md +++ b/readme.md @@ -16,16 +16,16 @@ Prior to starting, it would be helpful if you have the following items saved to ## How to Install ### Windows: -1.Download the latest version of Python 3
+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 +2. Install PIP to handle the installation of new Python libraries
+ - 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```
- - Close and re-open the cmd window to ensure the package has been added to the global environment.
- - Run the following command to ensure that PIP has been installed: + 3. Close and re-open the cmd window to ensure the package has been added to the global environment.
+ 4. Run the following command to ensure that PIP has been installed:
```pip -v```
- 3.Install the requests library by running the following command in a cmd window
+ 5. Install the requests library by running the following command in a cmd window
```pip install requests```
### Linux: