InstallationΒΆ

At the command line:

$ easy_install note

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv note
$ pip install note

Previous topic

Messages

Next topic

Usage

This Page