Skip to content

Commit eaf9319

Browse files
author
Thomas Preston
committed
updated installation instructions
1 parent 5cecb57 commit eaf9319

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ Documentation
1212
Install
1313
=======
1414

15-
Download the latest releases of
16-
[pifacecommon](https://github.com/piface/pifacecommon/releases) and
17-
[pifacedigitalio](https://github.com/piface/pifacedigitalio/releases).
18-
Then install with:
15+
Download the debian package from
16+
[here](https://github.com/piface/pifacedigitalio/releases) and install with:
1917

20-
$ dpkg -i python3-pifacecommon_2.0.2-1_all.deb python3-pifacedigitalio_2.0.2-1_all.deb
18+
$ dpkg -i python3-pifacedigitalio_2.0.3-1_all.deb
19+
20+
You may need to download and install the latest release of
21+
[pifacecommon](https://github.com/piface/pifacecommon/releases) and you might
22+
also need to reboot.
2123

2224
Or you can install without using your package manager:
2325

docs/installation.rst

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,16 @@
22
Installation
33
############
44

5-
.. note:: Subtitute ``python3``/``easy_install3`` for
6-
``python``/``easy_install`` if you want to install for Python 2.
5+
Download the latest debian package from
6+
`here <https://github.com/piface/pifacedigitalio/releases>`_ and install with:
77

8-
Download the latest releases of
9-
`pifacecommon <https://github.com/piface/pifacecommon/releases>`_ and
10-
`pifacedigitalio <https://github.com/piface/pifacedigitalio/releases>`_.
11-
Then install with::
8+
.. parsed-literal::
129
13-
$ dpkg -i python3-pifacecommon_2.0.2-1_all.deb python3-pifacedigitalio_2.0.2-1_all.deb
10+
$ sudo dpkg -i python3-pifacedigitalio\_\ |version|-1_all.deb
1411
15-
Or you can install without using your package manager::
1612
17-
$ git clone https://github.com/piface/pifacedigitalio.git
18-
$ cd pifacedigitalio
19-
$ sudo python3 setup.py install
13+
You may also need to download and install the latest release of
14+
`pifacecommon <https://github.com/piface/pifacecommon/releases>`_ and you might
15+
also need to reboot.
2016

21-
You can also get pifacedigitalio from PyPi::
22-
23-
$ sudo easy_install3 pifacedigitalio
17+
.. note:: Python 2 users will want to use python-pifacedigitalio\_\ |version|-1_all.deb.

0 commit comments

Comments
 (0)