Skip to content

Commit

Permalink
Only Python 3 is supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Sep 27, 2018
1 parent 4ba80c4 commit 7ba3258
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ About
`PIC tools` is a collection of tools to ease PIC software
development. PIC is family of microcontrollers made by `Microchip`_.

`PIC tools` is implemented in `Python 3` and `C`.

Features:

- A PIC programmer based on an `Arduino Due`_. Today only the
Expand Down
6 changes: 4 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Welcome to the PIC tools documentation!
`PIC tools` is a collection of tools to ease PIC software
development. PIC is family of microcontrollers made by `Microchip`_.

`PIC tools` is implemented in `Python 3` and `C`.

Features:

- A PIC programmer based on an `Arduino Due`_. Today only the
Expand Down Expand Up @@ -56,11 +58,11 @@ programmed.
Installation
============

#. Install pictools.
#. Install pictools for `Python 3`.

.. code-block:: python
pip install pictools
pip3 install pictools
#. Connect the `Arduino Due`_ programming USB port to the PC.

Expand Down

0 comments on commit 7ba3258

Please sign in to comment.