Installation

CSV-like requires Python version 3.5 or above.

From PyPI (preferred)

This is the easiest and preferred way of installing csvlike.

  1. Install Python 3.5 or above (latest stable version for your OS is preferred):

    Use the guides available at The Hitchhiker’s Guide to Python

  2. Install the package using pip, this will also install all requirements:

    python3 -m pip install csvlike
    
  3. Test and use

    CSV-like should now be installed and usable.

    See Usage for more information on how to use.

From the repository

For building the documentation locally and working with a development copy see Development

Removing csvlike

BenchmarkSTT can be easily uninstalled using:

python3 -m pip uninstall csvlike