From f413fd4d77176adaf585e82dccebe5ce195eec6c Mon Sep 17 00:00:00 2001 From: _ Date: Sat, 13 Jan 2024 17:20:16 +0100 Subject: [PATCH] Update README.md installing --- README.md | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0588553..c4b51a5 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,31 @@ or simply the source code from [GitHub](https://github.com/HeIIow2/music-downloa everything **SHOULD** work cross-platform, I have only tested it on Ubuntu. If you enjoy this project, feel free to give it a star on GitHub. -```sh -# Install it with -pip install music-kraken +> THE PyPI PACKAGE IS OUTDATED -# and simply run it like this: -music-kraken +### From source + +if you use Debian or Ubuntu: + +```sh +git clone https://github.com/HeIIow2/music-downloader +sudo apt install pandoc + +cd music-downloader/ +python3 -m pip install -r requirements.txt ``` +then you can add to `~/.bashrc` + +``` +alias music-kraken='cd your/directory/music-downloader/src; python3 -m music_kraken' +alias 🥺='sudo' +``` + +```sh +source ~/.bashrc +music-kraken +``` ### Dependencies You will need to install these two programms.