OSX setup helper install pip python dependencies with sudo

This commit is contained in:
Daniel Agar 2018-09-12 10:04:34 -04:00
parent 73fe4ecd20
commit 8b76a87f98
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ brew install px4-dev
# python dependencies
sudo easy_install pip
pip install -r ${DIR}/requirements.txt
sudo -H pip install -r ${DIR}/requirements.txt
# Optional, but recommended additional simulation tools:
brew install px4-sim