It should be as straight-forward as

  sudo python setup.py install

You should now be able to view API documentation on the fly:

  pdoc csv

Or generate HTML for API documentation:

  pdoc --html csv

