px_generate_uorb_topic_files.py: update import error recommendation message

This commit is contained in:
TSC21 2019-11-25 11:37:02 +00:00 committed by Nuno Marques
parent 2be7ca08ba
commit 0cb1b250e9
1 changed files with 3 additions and 3 deletions

View File

@ -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)