Skip to content

Commit

Permalink
Add note about pinout in the python 2 debian package, close #862
Browse files Browse the repository at this point in the history
  • Loading branch information
bennuttall committed Feb 22, 2021
1 parent e6495de commit 9952332
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/cli_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,13 @@ The gpiozero package contains a database of information about the various
revisions of Raspberry Pi. This is queried by the :program:`pinout`
command-line tool to output details of the GPIO pins available.

.. note::

Note that only the Python 3 version of the Debian package includes the
pinout command line tool, so as not to create a conflict if both versions
are installed. If you only installed the ``python-gpiozero`` apt package,
the pinout tool will not be available. Instead, you can additionally install
the ``python3-gpiozero`` package, or alternatively install gpiozero using
pip.

.. include:: cli_pinout.rst

0 comments on commit 9952332

Please sign in to comment.