Updated Requirements (markdown)

Twentysix 2016-01-21 18:38:14 +01:00
parent e527f99de2
commit e2f4c83f4d

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