From e2f4c83f4de7bd5ce4ec3e178a169774f44dec5b Mon Sep 17 00:00:00 2001 From: Twentysix Date: Thu, 21 Jan 2016 18:38:14 +0100 Subject: [PATCH] Updated Requirements (markdown) --- Requirements.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Requirements.md b/Requirements.md index 980e7b3..efb7117 100644 --- a/Requirements.md +++ b/Requirements.md @@ -10,10 +10,10 @@ If you're on Linux, I don't think there's any need to tell you that you have to Now: ``` -pip install git+https://github.com/Rapptz/discord.py@async -pip install requests -pip install youtube_dl -pip install beautifulsoup4 +pip3 install git+https://github.com/Rapptz/discord.py@async +pip3 install requests +pip3 install youtube_dl +pip3 install beautifulsoup4 ``` If for some reason pip install doesn't work do these commands with ```