From a1f8f9b6b6903e890c5fbef11b12a6bce661c67f Mon Sep 17 00:00:00 2001 From: Filipe Yum <85417874+Zentee@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:48:54 +0100 Subject: [PATCH] In windows machines python3 command is instead recognized as python --- Installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Installation.md b/Installation.md index 1ac7e1d..d8eccb3 100644 --- a/Installation.md +++ b/Installation.md @@ -87,6 +87,9 @@ Place that in a file at `/etc/containers/systemd/isponsorblocktv.container`, run 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``` +Or +```python -m pip install -r requirements.txt``` + Lastly, run ```main.py``` ## Setup run ```main.py --setup``` \ No newline at end of file