Skip to content

Commit

Permalink
updated readme install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Preston committed Aug 2, 2013
1 parent 2615047 commit 85f659d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ Documentation
Installation
============

Download the latest releases of
[pifacecommon](https://github.com/piface/pifacecommon/releases) and
[pifacedigitalio](https://github.com/piface/pifacedigitalio/releases).
Then install with:

$ dpkg -i python3-pifacecommon_2.0.2-1_all.deb python3-pifacedigitalio_2.0.2-1_all.deb

Or you can install without using your package manager:

$ git clone https://github.com/piface/pifacedigitalio.git
$ cd pifacedigitalio
$ sudo python3 setup.py install

For those of you who are still using Python 2:

$ sudo python setup.py install

You may need to reboot.
*Replace `python3` for `python` if you're using Python 2.*

0 comments on commit 85f659d

Please sign in to comment.