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 ```