From 48c4ec303cff24331d22808478f6235a96f0a9bf Mon Sep 17 00:00:00 2001 From: sevi-kun Date: Wed, 31 Aug 2022 23:00:58 +0200 Subject: [PATCH] Updated readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index e69de29..34c4028 100755 --- a/README.md +++ b/README.md @@ -0,0 +1,22 @@ +# Discord music bot based on yt-dlp. + +Can play music on discord. + +### Requirements: + +- python3.10 +- venv + + +### Setting up dev environment: + +1. Clone repositorie: `git clone git@git.nussnougate.net:NussNougate/miku.git` +2. Initialize python venv: `python3 -m venv env` +3. Activate venv: `source env/bin/activate` +4. Install dependencies: `pip install -r requirements.txt` + + + +## Todo: + +- [yt-dlp](https://github.com/yt-dlp/yt-dlp#embedding-yt-dlp)