File tree Expand file tree Collapse file tree 2 files changed +15
-19
lines changed Expand file tree Collapse file tree 2 files changed +15
-19
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ Documentation
12
12
Install
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:
15
+ Download the debian package from
16
+ [ here] ( https://github.com/piface/pifacedigitalio/releases ) and install with:
19
17
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.
21
23
22
24
Or you can install without using your package manager:
23
25
Original file line number Diff line number Diff line change 2
2
Installation
3
3
############
4
4
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:
7
7
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 ::
12
9
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
14
11
15
- Or you can install without using your package manager::
16
12
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.
20
16
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.
You can’t perform that action at this time.
0 commit comments