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

  * Twisted 8.1.0 or later
  * help2man for building the man pages of osc-send and osc-receive

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

  * Debian and Ubuntu
    Packages will soon be included in the main distribution.

  * Other
    As with other Python packages, the standard way of installing from source
    is:

      python setup.py install

Building the documentation
==========================

  You can build the HTML documentation using a tool such as Epydoc::

   $ epydoc  --html --output html --url \
        http://bitbucket.org/arjan/txosc/ --name txosc --verbose \
        --simple-term --css white txosc 

