@@ -49,7 +49,6 @@ However, due to popular demand, I am developing a paid (but competitively priced
4949## Contents
5050* [ About the Project] ( #about-the-project )
5151* [ Monitors] ( #monitors )
52- * [ Installation] ( #installation )
5352* [ Set Up] ( #set-up )
5453* [ Issues] ( #issues )
5554* [ License] ( #license )
@@ -67,28 +66,6 @@ Currently the sites that have monitors are:
6766- Off-Spring (UK)
6867- Snipes
6968
70-
71- ## Installation
72- Ensure you have [ Python 3+] ( https://www.python.org/downloads/ ) and [ pip] ( https://pip.pypa.io/en/stable/installing/ ) installed.
73-
74- To install the dependencies, navigate to the cloned directory in Terminal or Command Prompt and use the command:
75- ```
76- pip install -r requirements.txt
77- ```
78-
79- ## Set Up
80-
81- ### Video Tutorials
82-
83- Click on the image below to watch a YouTube tutorial on setting the monitor up locally...
84- [ ![ Watch the video] ( https://img.youtube.com/vi/mUTGCzWIDQk/mqdefault.jpg )] ( https://youtu.be/mUTGCzWIDQk )
85-
86- Click on the image below to watch a YouTube tutorial on setting the monitor up on a server...
87- [ ![ Watch the video] ( https://img.youtube.com/vi/nmUSSlt4JKk/mqdefault.jpg )] ( https://youtu.be/nmUSSlt4JKk )
88-
89- Click on the image below to watch a YouTube tutorial on setting the monitor up using git...
90- [ ![ Watch the video] ( https://img.youtube.com/vi/QjeLg4xbnqc/mqdefault.jpg )] ( https://youtu.be/QjeLg4xbnqc )
91-
9269### Basic Steps
9370
94711 . Clone or Download the repository
@@ -98,7 +75,13 @@ Click on the image below to watch a YouTube tutorial on setting the monitor up u
9875 ```
9976 - Download: Click on the green `Code` button and click on `Download ZIP`. Then unzip this folder
10077
101- 2. Perform the installation described in [#Installation](#installation).
78+
79+ 2. Install Dependencies
80+ - Ensure you have [Python 3+](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installing/) installed.
81+ - To install the dependencies, navigate to the cloned directory in Terminal or Command Prompt and use the command:
82+ ```
83+ pip install -r requirements.txt
84+ ```
10285
103863. Run the Python file. You can use the following command:
10487 ```
0 commit comments