== Canto Curses ==

The curses (text) client for canto-daemon.

Canto-daemon is required to work and is found at:

http://github.com/themoken/canto-daemon

=== Requirements ===

    Debian / Ubuntu
    - python3
    - python3-dev
    - libncursesw5
    - libncursesw5-dev
    - build-essential

    Arch
    - python
    - ncurses
    - gcc (or base-devel)

    Others, just ensure you have Python 3.x, ncurses, their headers and GCC

=== Install ===
    $ sudo python3 setup.py install
