mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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…
x
Reference in New Issue
Block a user