mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-02 04:58:15 +08:00
OSX setup helper install pip python dependencies with sudo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user