mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Use Python 3 everywhere
Since Python 2 is retired in 4 months, we should move everything to 3.
This commit is contained in:
@@ -55,11 +55,11 @@ Required python packages not installed.
|
||||
|
||||
On a Debian/Ubuntu system please run:
|
||||
|
||||
sudo apt-get install python-empy
|
||||
sudo pip install catkin_pkg
|
||||
sudo apt-get install python3-empy
|
||||
sudo pip3 install catkin_pkg
|
||||
|
||||
On MacOS please run:
|
||||
sudo pip install empy catkin_pkg
|
||||
sudo pip3 install empy catkin_pkg
|
||||
|
||||
On Windows please run:
|
||||
easy_install empy catkin_pkg
|
||||
|
||||
Reference in New Issue
Block a user