From be9015cba37f750b49c2ca5a5adb7a6b406552e6 Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Tue, 12 Apr 2022 00:21:58 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Installation.md b/Installation.md index e805ec5..7509aa1 100644 --- a/Installation.md +++ b/Installation.md @@ -10,7 +10,7 @@ docker run --rm -it \ ghcr.io/dmunozv04/isponsorblocktv \ --setup ``` -## Run +### Run ```sh docker pull ghcr.io/dmunozv04/isponsorblocktv docker run -d \ @@ -37,12 +37,11 @@ launchctl unload ~/Library/LaunchAgents/com.dmunozv04.iSponsorBlockTV.plist rm ~/Library/LaunchAgents/com.dmunozv04.iSponsorBlockTV.plist rm -r ~/iSponsorBlockTV ``` -## From source - +# 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. 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``` \ No newline at end of file