Use python3 and not pip only.
This commit is contained in:
parent
0912f56a1b
commit
204a69d783
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue