Updated Requirements (markdown)

Twentysix
2016-04-03 05:09:35 +02:00
parent 30a4ed9786
commit b70d03b8b1

@@ -15,10 +15,9 @@ With Red being modular, there's only one requirement that's necessary to run her
```
pip3 install git+https://github.com/Rapptz/discord.py@async
```
**cogs.audio requirements:**
**cogs.audio requirement:**
```
pip3 install youtube_dl
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/) ([32bit](https://github.com/Twentysix26/Red-DiscordBot/raw/master/libopus-0.dll)/[64bit](https://cdn.discordapp.com/attachments/133049553984159745/155762132179222529/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).