Skip to content

Commit 99b7857

Browse files
author
Thomas Preston
committed
updated docs with new install instructions
1 parent edf8bec commit 99b7857

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Download the latest release from
1919

2020
$ dpkg -i python3-pifacecommon_2.0.2-1_all.deb
2121

22+
You may need to reboot.
23+
2224
Or you can install without using your package manager:
2325

2426
$ git clone https://github.com/piface/pifacecommon.git

docs/installation.rst

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,22 @@ Installation
55
Install
66
=======
77

8-
.. note:: Subtitute ``python3`` for ``python`` and
9-
``easy_install3`` for ``easy_install`` if you want to install for
8+
.. note:: Subtitute ``python3`` for ``python`` if you want to install for
109
Python 2.
1110

1211
Automatically
1312
-------------
1413

15-
Download the latest release from
16-
`here <https://github.com/piface/pifacecommon/releases>`_. Then install with::
14+
Download the latest debian package from
15+
`here <https://github.com/piface/pifacecommon/releases>`_. Then install with:
1716

18-
$ dpkg -i python3-pifacecommon_2.0.3-1_all.deb
17+
.. parsed-literal::
1918
20-
Or you can install without using your package manager::
19+
$ sudo dpkg -i python3-pifacecommon\_\ |version|-1_all.deb
2120
22-
$ git clone https://github.com/piface/pifacecommon.git
23-
$ cd pifacecommon/
24-
$ sudo python3 setup.py install
25-
$ sudo bin/post-installation.sh
21+
You may need to reboot.
22+
23+
.. note:: Python 2 users will want to use python-pifacecommon\_\ |version|-1_all.deb.
2624

2725

2826
Manually
@@ -38,6 +36,7 @@ Download and install with::
3836
$ git clone https://github.com/piface/pifacecommon.git
3937
$ cd pifacecommon/
4038
$ sudo python3 setup.py install
39+
$ sudo bin/post-installation.sh
4140

4241

4342
Enable the SPI module

0 commit comments

Comments
 (0)