Improve Readme
Now with installtion instructions.
This commit is contained in:
parent
32a7981551
commit
69d9aacef0
1 changed files with 21 additions and 0 deletions
21
Readme.md
21
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
|
||||
|
|
Loading…
Reference in a new issue