Updated Requirements (markdown)

Twentysix 2016-02-17 21:43:56 +01:00
parent 5e3549b3ec
commit 38a735910c

@ -11,7 +11,7 @@
With Red being modular, there's only one requirement that's necessary to run her. Any other requirement is dependent on the modules (cogs) you want to load. This is the full list, if you're not interested in certain modules feel free to ignore their requirements too. With Red being modular, there's only one requirement that's necessary to run her. Any other requirement is dependent on the modules (cogs) you want to load. This is the full list, if you're not interested in certain modules feel free to ignore their requirements too.
**Red requirement (_must_ install this):** **Red's requirement (_must_ install this):**
``` ```
pip3 install git+https://github.com/Rapptz/discord.py@async pip3 install git+https://github.com/Rapptz/discord.py@async
``` ```
@ -20,7 +20,8 @@ pip3 install git+https://github.com/Rapptz/discord.py@async
pip3 install youtube_dl pip3 install youtube_dl
pip3 install beautifulsoup4 pip3 install beautifulsoup4
``` ```
[ffmpeg](https://www.ffmpeg.org/download.html) ([ffmpeg.exe](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffmpeg.exe), [ffplay.exe](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffplay.exe), [ffprobe.exe](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffprobe.exe) and [libopus](https://www.opus-codec.org/downloads/) ([libopus-0.dll](https://github.com/Twentysix26/Red-DiscordBot/raw/master/libopus-0.dll)) must be installed too. Either install them from their original source or download the linked files and put them in Red's main folder (when you install it, as explained in the next guide). [ffmpeg](https://www.ffmpeg.org/download.html) ([ffmpeg.exe](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffmpeg.exe), [ffplay.exe](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffplay.exe), [ffprobe.exe](https://github.com/Twentysix26/Red-DiscordBot/raw/master/ffprobe.exe) and [libopus](https://www.opus-codec.org/downloads/) ([libopus-0.dll](https://github.com/Twentysix26/Red-DiscordBot/raw/master/libopus-0.dll)) must be installed too. Either install them from their original source or download the linked files and put them in Red's main folder (when you install it, as explained in [the next guide](https://github.com/Twentysix26/Red-DiscordBot/wiki/Installing-with-git)).
Of course .exe and .dll are only for Windows. [Linux users may refer to this](https://github.com/Twentysix26/Red-DiscordBot/wiki/Installing-on-Linux).
**cogs.image requirements:** **cogs.image requirements:**
``` ```
@ -30,6 +31,6 @@ pip3 install imgurpython
Hopefully things went smoothly. Hopefully things went smoothly.
If you're on Windows, it's time to install Red herself. If you're on Windows, it's time to install Red herself.
[Proceed here](https://github.com/Twentysix26/Red-DiscordBot/wiki#windows) and pick your path. [Proceed here](https://github.com/Twentysix26/Red-DiscordBot/wiki/Installing-with-git).
On Linux, your requirements are not yet fully installed. Proceed with [this guide](https://github.com/Twentysix26/Red-DiscordBot/wiki/Installing-on-Linux). On Linux, your requirements are not yet fully installed. Proceed with [this guide](https://github.com/Twentysix26/Red-DiscordBot/wiki/Installing-on-Linux).