forked from Archive/PX4-Autopilot
px_generate_uorb_topic_files.py: update import error recommendation message
This commit is contained in:
parent
2be7ca08ba
commit
0cb1b250e9
|
@ -56,13 +56,13 @@ Required python packages not installed.
|
|||
On a Debian/Ubuntu system please run:
|
||||
|
||||
sudo apt-get install python3-empy
|
||||
sudo pip3 install catkin_pkg
|
||||
sudo pip3 install pyros-genmsg
|
||||
|
||||
On MacOS please run:
|
||||
sudo pip3 install empy catkin_pkg
|
||||
sudo pip3 install empy pyros-genmsg
|
||||
|
||||
On Windows please run:
|
||||
easy_install empy catkin_pkg
|
||||
easy_install empy pyros-genmsg
|
||||
''')
|
||||
exit(1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue