mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-13 07:57:56 +08:00
OSX setup helper install pip python dependencies with sudo
This commit is contained in:
+1
-1
@@ -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