Updated Installing on Linux (markdown)

Twentysix 2016-04-07 19:11:56 +02:00
parent 58c850b10d
commit c5f41bf6f9

@ -39,6 +39,9 @@ sudo pip3.5 install youtube_dl
sudo pip3.5 install imgurpython 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 ###Red
``` ```
git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordBot.git Red-DiscordBot git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordBot.git Red-DiscordBot