File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,17 @@ Documentation
12
12
Installation
13
13
============
14
14
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
+
15
24
$ git clone https://github.com/piface/pifacedigitalio.git
16
25
$ cd pifacedigitalio
17
26
$ sudo python3 setup.py install
18
27
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.*
You can’t perform that action at this time.
0 commit comments