Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 240 Bytes

installation.rst

File metadata and controls

13 lines (9 loc) · 240 Bytes

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