Installation

At the command line either via easy_install or pip:

$ easy_install csvpp
$ pip install csvpp

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv csvpp
$ pip install csvpp