mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
Created Requirements (markdown)
23
Requirements.md
Normal file
23
Requirements.md
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Installing Red's requirements
|
||||||
|
<br>
|
||||||
|
|
||||||
|
- [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. Now:
|
||||||
|
```
|
||||||
|
pip install git+https://github.com/Rapptz/discord.py@async
|
||||||
|
pip install requests
|
||||||
|
pip install youtube_dl
|
||||||
|
pip install beautifulsoup4
|
||||||
|
```
|
||||||
|
If for some reason pip install doesn't work do these commands with
|
||||||
|
```
|
||||||
|
python -m pip install
|
||||||
|
```
|
||||||
|
instead.
|
||||||
|
|
||||||
|
Hopefully things went smoothly.
|
||||||
|
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.
|
||||||
|
On Linux, your requirements are not yet fully installed. Proceed with Linux installation general steps guide [**insert link**]
|
||||||
Reference in New Issue
Block a user