File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff 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+
2224Or you can install without using your package manager:
2325
2426 $ git clone https://github.com/piface/pifacecommon.git
Original file line number Diff line number Diff line change @@ -5,24 +5,22 @@ Installation
55Install
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
1211Automatically
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
2826Manually
@@ -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
4342Enable the SPI module
You can’t perform that action at this time.
0 commit comments