Update readme.md

This commit is contained in:
TheLeo 2024-10-04 14:25:07 +00:00
parent 1da47a47f8
commit 893dc140ed

View File

@ -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<br>
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>
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>
- Run the following cmd command in the directory that the above script was installed into:<br>
```python get-pip.py```<br>
- Close and re-open the cmd window to ensure the package has been added to the global environment.<br>
- 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.<br>
4. Run the following command to ensure that PIP has been installed:<br>
```pip -v```<br>
3.Install the requests library by running the following command in a cmd window<br>
5. Install the requests library by running the following command in a cmd window<br>
```pip install requests```<br>
### Linux: