forked from Archive/PX4-Autopilot
OSX setup helper install pip python dependencies with sudo
This commit is contained in:
parent
73fe4ecd20
commit
8b76a87f98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue