mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Updated Requirements (markdown)
parent
0b588903e1
commit
aa99d94624
@ -1,25 +1,31 @@
|
||||
# Installing Red's requirements
|
||||
<br>
|
||||
|
||||
###Software
|
||||
- [Install Python](https://www.python.org/downloads/). Red **needs** 3.5.0 32bit or superior. Remember to check ["Add python to path"](http://i.imgur.com/SJ6ND4w.jpg).
|
||||
|
||||
- [Install Git](https://git-scm.com/download/win), don't forget to check ["Use Git from the Windows Command Prompt"](http://i.imgur.com/guis7EE.png)
|
||||
|
||||
- If you're on Windows, open the start menu, type cmd, right click and open the command prompt as admin.
|
||||
If you're on Linux, I don't think there's any need to tell you that you have to do this in the console.
|
||||
###Python libraries
|
||||
|
||||
Now:
|
||||
**Windows:** open the start menu, type cmd, right click and open the command prompt as admin.
|
||||
**Linux:** open the console (Ctrl + Alt + T on Ubuntu)
|
||||
|
||||
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):**
|
||||
```
|
||||
pip3 install git+https://github.com/Rapptz/discord.py@async
|
||||
pip3 install requests
|
||||
```
|
||||
**cogs.audio requirements:**
|
||||
```
|
||||
pip3 install youtube_dl
|
||||
pip3 install beautifulsoup4
|
||||
```
|
||||
If for some reason pip install doesn't work do these commands with
|
||||
[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).
|
||||
|
||||
**cogs.image requirements:**
|
||||
```
|
||||
python -m pip install
|
||||
pip3 install imgurpython
|
||||
```
|
||||
instead.
|
||||
|
||||
Hopefully things went smoothly.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user