Skip to content
Snippets Groups Projects
Commit 8b76a87f authored by Daniel Agar's avatar Daniel Agar
Browse files

OSX setup helper install pip python dependencies with sudo

parent 73fe4ecd
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment