fix pip install on Arch Linux (#390)

This commit is contained in:
Micael Viana 2021-05-12 14:50:28 -04:00 committed by GitHub
parent da0d2dbabe
commit d118833913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ installpiponubuntu() {
}
installpiponarch() {
pacman -S python-pip
sudo pacman -S python-pip
}
installpiponfedora() {