From 69d9aacef0932e5dcda7048f245cb235900b8be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20J=C3=A4ckle?= Date: Tue, 3 Jan 2023 13:25:34 +0100 Subject: [PATCH] Improve Readme Now with installtion instructions. --- Readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Readme.md b/Readme.md index deb0a3a..4a2cbe5 100644 --- a/Readme.md +++ b/Readme.md @@ -17,6 +17,27 @@ e04c71e16fc6ab1a72872efe33776b1fc892082dc59fdb452714d59bce792337 HPMoR_Part_5.m 1a7ebce777becb6a0c0e8efec1155f8dbf0d179224db71ca78e3d8122a804422 HPMoR_Part_6.mp3 ``` +## Installation + +Place the root direcotry of this Git Repository next to the `HPMoR_Part_?.mp3` files. + +Install the requirements with pip inside the `hpmor_split` directory with +`pip install -r requirements.txt` + +## Run + +Then you can run the split.py inside the `hpmor_split` direcorty. + +## Download, install and run commands: + +```bash +wget https://hpmorpodcast.com/wp-content/uploads/episodes/HPMoR_Part_{1..6}.mp3 +git clone https://git.jdmweb2.ch/beat/hpmor_split.git +cd hpmor_split +pip install -r requirements.txt +./split.py +``` + ## Make Hour long files Use hmake.sh