Skip to content
Snippets Groups Projects
Commit 5796b7a1 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Update README.md

parent 374f9245
No related branches found
No related tags found
No related merge requests found
......@@ -269,14 +269,14 @@ Using the `catkin_tools` package
- Installing on Ubuntu with `apt-get`
$ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main" > /etc/apt/sources.list.d/ros-latest.list'
$ wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install python-catkin-tools
$ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main" > /etc/apt/sources.list.d/ros-latest.list'
$ wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install python-catkin-tools
- Installing with [`pip`](https://pip.pypa.io/en/stable/installing/)
$ sudo pip install -U catkin_tools
$ sudo pip install -U catkin_tools
**(2)** Create a `catkin workspace` :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment