Dependencies require python 3.8

boltgolt
2023-10-17 12:53:22 +02:00
parent 0a974fa5f5
commit f10e65a645

@@ -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```