Requirements
============

- Python 2.6+

- setuptools

  If you do not have setuptools, follow the `setuptools installation
  instructions <http://pypi.python.org/pypi/setuptools>`__.


Installation
============

Use easy_install to install the :program:`xdserver` package and its
dependencies:

.. code-block:: console

    $ easy_install xdserver

If any dependencies do not install, such as in the case of using the
Windows platform without a C compiler, use our package index:

.. code-block:: console

    $ easy_install -i http://schevo.org/eggs/index xdserver
