This module will work on Python 2.5 and Python 2.6.  Python 2.7 at time of distribution is not supported.  Only the standard (cPython) Python interpreter is supported.

If you are using Python 2.6 on Linux, just run::

  python setup.py install

(You may wish to run sudo python setup.py install if you wish to install cloud for all users.)

Windows users (all versions):
  
  You will need to have pywin32 installed before installing PiCloud. Get it at: http://sourceforge.net/projects/pywin32/  
  
Python 2.5 users (all platforms):
  
You will need to install simplejson (http://pypi.python.org/pypi/simplejson/2.0.9/).  We also recommend installing pyOpenSSL (http://pypi.python.org/pypi/pyOpenSSL/0.9) to encrypt your communication with PiCloud and multiprocessing (http://pypi.python.org/pypi/multiprocessing/) to use the PiCloud simulator.