From c5f41bf6f920f8a600327fa690f782f3825ce81d Mon Sep 17 00:00:00 2001 From: Twentysix Date: Thu, 7 Apr 2016 19:11:56 +0200 Subject: [PATCH] Updated Installing on Linux (markdown) --- Installing-on-Linux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index 0527ac0..d4ddd93 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -39,6 +39,9 @@ sudo pip3.5 install youtube_dl sudo pip3.5 install imgurpython ``` +**NOTE: If you're getting the `Command "python setup.py egg_info"` error when installing discord.py, you'll have to do this first:** +```sudo apt-get install python3.5-dev build-essential libssl-dev libffi-dev``` + ###Red ``` git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordBot.git Red-DiscordBot