Merge pull request #89 from kiwix/use_sudo

Use sudo to install pip3 packages.
This commit is contained in:
Matthieu Gautier 2017-09-26 17:56:27 +02:00 committed by GitHub
commit ba35f097d9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ esac
sudo apt-get update -qq
sudo apt-get install -qq python3-pip ${PACKAGES}
pip3 install meson
sudo pip3 install meson
# Ninja
cd $HOME