use pip3 instead of pip because it's 2021 already

Cette révision appartient à :
2021-09-10 22:30:35 +00:00
Parent 9005f09844
révision abfc7dd910
+1 -1
Voir le fichier
@@ -7,5 +7,5 @@ PYTHON_PKGS="
"
for PKG in $PYTHON_PKGS ; do
/usr/local/bin/pip install --user $PKG
/usr/bin/pip3 install --user $PKG
done