From f4083ef55acb8a5dbdd51b129d2972ce3efcf006 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Thu, 11 Feb 2016 09:54:56 +0100 Subject: [PATCH] Updated Red v2 (markdown) --- Red-v2.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Red-v2.md b/Red-v2.md index 61f21b2..37141d5 100644 --- a/Red-v2.md +++ b/Red-v2.md @@ -9,7 +9,7 @@ git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordB Now, about the [requirements](https://github.com/Twentysix26/Red-DiscordBot/wiki/Requirements): -Since Red is now modular, only discord.py is really *needed*, any other requirement is dependent on the audio module. If you're not interested in it, disregard all the others. +Since Red is now modular, only discord.py is really *needed*, any other requirement is dependent on other specific modules. If you're not interested in them, you can disregard their requirements as well. **Basic requirements:** ``` @@ -17,7 +17,7 @@ pip3 install git+https://github.com/Rapptz/discord.py@async ``` discord.py *must be* up to date. -**Audio related requirements:** +**cogs.audio requirements:** ``` pip3 install youtube_dl pip3 install beautifulsoup4 @@ -25,7 +25,10 @@ pip3 install beautifulsoup4 **_ffmpeg and opus are no longer bundled with the new version, you'll need to install them separately_**. If you can't be bothered to do that, download them from the main branch ([1](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffmpeg.exe) [2](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffplay.exe) [3](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffprobe.exe) [4](https://github.com/Twentysix26/Red-DiscordBot/raw/master/libopus-0.dll)) and put them next to red.py -####Configuration: +**cogs.image requirements:** +``` +pip3 install imgurpython +``` Once you start Red, the configuration process is very straightforward. If you mess something up and you want to repeat it, just delete settings.json, which is located in data/red and restart Red.