From 61a4998ac71ffb49499d086e98bc23ca661aae40 Mon Sep 17 00:00:00 2001 From: Artlef Date: Mon, 8 May 2023 15:32:42 +0200 Subject: [PATCH] Add requirements.txt --- README.md | 7 +++++++ requirements.txt | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 89a10eb..88fb866 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ discord bot to download sounds from youtube and play them. +installation: + +```bash +$ pip install -r requirements.txt +``` + + usage: ```bash diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7e4cab6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +pydub==0.25.1 +discord.py==2.2.3 +yt-dlp