Updated Installing on Linux (markdown)

Twentysix
2016-02-17 21:25:16 +01:00
parent 99b022a2b4
commit 79ec03214b

@@ -33,7 +33,6 @@ sudo make install
###Requirements ###Requirements
``` ```
sudo pip3.5 install git+https://github.com/Rapptz/discord.py@async sudo pip3.5 install git+https://github.com/Rapptz/discord.py@async
sudo pip3.5 install requests
sudo pip3.5 install youtube_dl sudo pip3.5 install youtube_dl
sudo pip3.5 install beautifulsoup4 sudo pip3.5 install beautifulsoup4
``` ```
@@ -42,7 +41,7 @@ sudo pip3.5 install beautifulsoup4
``` ```
cd cd
cd Desktop/ cd Desktop/
sudo git clone https://github.com/Twentysix26/Red-DiscordBot.git sudo git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordBot.git Red-DiscordBot
cd cd
``` ```