From 204a69d783730608f8c80c30950ca3ab6c167232 Mon Sep 17 00:00:00 2001 From: Mael G Date: Sun, 28 Jul 2019 14:36:08 -0400 Subject: [PATCH] Use python3 and not pip only. --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index a7dbd9b..6ee2f0a 100755 --- a/init.sh +++ b/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