Skip to content

Commit

Permalink
Document installation methods (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonprosoft authored May 9, 2021
1 parent 4ccfdae commit 98378a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ A Python stub generator from genmsg specs
Installation
============

If you use catkin and need CMake support for the ``genmypy`` generator, clone the repository and add it to your catkin workspace.

.. code:: sh
cd /path/to/your/ws
git clone https://github.com/rospypi/genmypy.git
If you don't need the cmake support, you can also install it from `pypi.org <https://pypi.org/>`_:

.. code:: sh
pip install genmypy
Expand Down

0 comments on commit 98378a4

Please sign in to comment.