Skip to content

Commit 85f659d

Browse files
author
Thomas Preston
committed
updated readme install instructions
1 parent 2615047 commit 85f659d

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@ Documentation
1212
Installation
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:
19+
20+
$ dpkg -i python3-pifacecommon_2.0.2-1_all.deb python3-pifacedigitalio_2.0.2-1_all.deb
21+
22+
Or you can install without using your package manager:
23+
1524
$ git clone https://github.com/piface/pifacedigitalio.git
1625
$ cd pifacedigitalio
1726
$ sudo python3 setup.py install
1827

19-
For those of you who are still using Python 2:
20-
21-
$ sudo python setup.py install
22-
23-
You may need to reboot.
28+
*Replace `python3` for `python` if you're using Python 2.*

0 commit comments

Comments
 (0)