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