mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-30 22:37:24 +03:00
In windows machines python3 command is instead recognized as python
@@ -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.
|
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:
|
Then you need to download the dependencies with pip:
|
||||||
```python3 -m pip install -r requirements.txt```
|
```python3 -m pip install -r requirements.txt```
|
||||||
|
Or
|
||||||
|
```python -m pip install -r requirements.txt```
|
||||||
|
|
||||||
Lastly, run ```main.py```
|
Lastly, run ```main.py```
|
||||||
## Setup
|
## Setup
|
||||||
run ```main.py --setup```
|
run ```main.py --setup```
|
||||||
Reference in New Issue
Block a user