Installation¶
CSV-like requires Python version 3.5 or above.
From PyPI (preferred)¶
This is the easiest and preferred way of installing csvlike.
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
Install the package using
pip, this will also install all requirements:python3 -m pip install csvlike
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