-
Notifications
You must be signed in to change notification settings - Fork 2
Client Install
peterbrittain edited this page Oct 2, 2013
·
3 revisions
In order to run the Pi Conga client, you need to have installed:
- Python 2.7
- Pip
- Requests
The Pi comes pre-installed with Python 2.7 if you use NOOBS to install Raspbian (as recommended for new users). We therefore only need to install pip as follows.
- sudo apt-get install python-setuptools
- sudo easy_install pip
If you want some guidance for other operating systems, see the Server Install for some pointers.
Once you have installed python/pip, the rest is easy:
- pip install requests
- cd ~
- mkdir piconga
- git clone https://github.com/neilcollins/piconga.git
Your client should now be ready to run!