1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
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
|