Browse Source

Tools/setup: macos use pip as python3 module

release/1.12
Daniel Agar 4 years ago
parent
commit
c71a228f15
  1. 2
      Tools/setup/macos.sh

2
Tools/setup/macos.sh

@ -45,7 +45,7 @@ fi @@ -45,7 +45,7 @@ fi
# Python dependencies
echo "Installing PX4 Python3 dependencies"
pip3 install --user -r ${DIR}/requirements.txt
python3 -m pip install --user -r ${DIR}/requirements.txt
# Optional, but recommended additional simulation tools:
if [[ $INSTALL_SIM == "--sim-tools" ]]; then

Loading…
Cancel
Save