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: