From df86ee8e6432b337a7414524213a4f690ab05566 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Thu, 18 Feb 2016 11:45:01 +0100 Subject: [PATCH] Updated Ubuntu Debian Install script (markdown) --- Ubuntu-Debian-Install-script.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Ubuntu-Debian-Install-script.md b/Ubuntu-Debian-Install-script.md index 731c28c..1848be9 100644 --- a/Ubuntu-Debian-Install-script.md +++ b/Ubuntu-Debian-Install-script.md @@ -18,15 +18,15 @@ sudo ./configure sudo make -j2 sudo make install cd +sudo pip3.5 install --upgrade pip 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 +sudo pip3.5 install imgurpython cd -cd Desktop/ -sudo git clone https://github.com/Twentysix26/Red-DiscordBot.git +git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordBot.git Red-DiscordBot cd Red-DiscordBot -sudo python3 red.py +sudo python3.5 red.py ``` Dont know how to run it? No Problem