diff --git a/Installation.md b/Installation.md index 81dd1b2..db1b7f4 100644 --- a/Installation.md +++ b/Installation.md @@ -50,7 +50,7 @@ ghcr.io/dmunozv04/isponsorblocktv ``` # From source ## Install -You need to install [python](https://www.python.org/downloads/) first, and to make it available in your PATH. After, clone the repo. +You need to install [python](https://www.python.org/downloads/) version 3.8 or higher first, and to make it available in your PATH. After, clone the repo. Then you need to download the dependencies with pip: ```python3 -m pip install -r requirements.txt``` Lastly, run ```main.py```