From d3a940bdaceb71d195b4a48b5cc4150bd39de5d0 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Wed, 13 Jan 2016 15:35:27 +0100 Subject: [PATCH] Created Requirements (markdown) --- Requirements.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Requirements.md diff --git a/Requirements.md b/Requirements.md new file mode 100644 index 0000000..6bfeb02 --- /dev/null +++ b/Requirements.md @@ -0,0 +1,23 @@ +# Installing Red's requirements +
+ +- [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**] \ No newline at end of file