From 7a9aba5ac494fd35e53d7702042093903e0e366c Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Sat, 22 Feb 2025 00:48:32 +0100 Subject: [PATCH] 3.9 requirement now --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index ce57f26..458caf9 100644 --- a/Installation.md +++ b/Installation.md @@ -89,7 +89,7 @@ Place that in a file at `/etc/containers/systemd/isponsorblocktv.container`, run # From source ## Install -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. +You need to install [python](https://www.python.org/downloads/) version 3.9 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``` Or