File: INSTALL

package info (click to toggle)
python-txosc 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 304 kB
  • sloc: python: 1,857; makefile: 8
file content (27 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (2)
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