From 79ec03214b9fb3a07a85d596dd9b7095dbc2fc97 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Wed, 17 Feb 2016 21:25:16 +0100 Subject: [PATCH] Updated Installing on Linux (markdown) --- Installing-on-Linux.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index 392ca5e..22322b5 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -33,7 +33,6 @@ sudo make install ###Requirements ``` 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 beautifulsoup4 ``` @@ -42,7 +41,7 @@ sudo pip3.5 install beautifulsoup4 ``` cd 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 ```