Skip to content

Commit

Permalink
mention apt repo in install instructions (fix #22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Sep 4, 2015
1 parent 176ec23 commit 0cabe6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,14 @@ How to install vcstool?
On Debian-based platforms the recommended method is to install the package *python-vcstool*.
On Ubuntu this is done using *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'
sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-key 0xB01FA116
sudo apt-get update
sudo apt-get install python-vcstool

On other Systems, use the `PyPI <http://pypi.python.org>`_ package::

pip install vcstool
sudo pip install vcstool


Setup auto-completion
Expand Down

0 comments on commit 0cabe6c

Please sign in to comment.