From b0e2704ab77fc0a9f7750313776d88b757b69d82 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Tue, 5 Sep 2023 16:53:07 +0200 Subject: [PATCH] create requirements.txt --- README.md | 4 ++++ requirements.txt | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index fc6df1b..f1ebfde 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ for further information on commands do !help or !help in a server Invite link: https://discord.com/api/oauth2/authorize?client_id=1100115547515011182&permissions=414464862272&scope=bot Githublink: https://github.com/ToneAPI/Sonar + +```bash +pip install -r requirements.txt +``` \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4b13e66 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +discord +pillow +matplotlib +requests \ No newline at end of file