Use python3 and not pip only.

This commit is contained in:
Mael G 2019-07-28 14:36:08 -04:00
parent 0912f56a1b
commit 204a69d783
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#pip install -U "https://github.com/Rapptz/discord.py/archive/rewrite.zip#egg=discord.py[voice]"
python3 -m pip install -U discord.py[voice]
pip install -r requirements.txt
python3 -m pip install -r requirements.txt