Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmonk committed Jan 24, 2016
1 parent 8852245 commit 31e35f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ If you were looking for the library for the version 2 board go to https://github


# Installing the Python Libraries # Installing the Python Libraries


On your Raspberry Pi, issue the following commands in a Terminal window: The simplest way to install the library is to run the command below in a Terminal window:

```
$ sudo pip install rrb3
```

Alternatively to download and install the library manually, for example to be able to see the example files, issue the following commands


``` ```
$ cd ~ $ cd ~
Expand Down

0 comments on commit 31e35f7

Please sign in to comment.