Skip to content
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:

Your client should now be ready to run!

Clone this wiki locally