Updated Installation (markdown)

David
2022-04-12 00:20:38 +02:00
parent d223c14960
commit f3223ce07f

@@ -37,3 +37,12 @@ launchctl unload ~/Library/LaunchAgents/com.dmunozv04.iSponsorBlockTV.plist
rm ~/Library/LaunchAgents/com.dmunozv04.iSponsorBlockTV.plist
rm -r ~/iSponsorBlockTV
```
## From source
You need to install [python](https://www.python.org/downloads/) 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```
### Setup
run ```main.py --setup```