From f10e65a64548e5d5b0528bbaa783908332d01db4 Mon Sep 17 00:00:00 2001 From: boltgolt Date: Tue, 17 Oct 2023 12:53:22 +0200 Subject: [PATCH] Dependencies require python 3.8 --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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```