Installation¶
Hint
Since v0.4.1 Converter CSV comes with pre-built binaries for Windows, Linux and macOS. You can download the latest version from
GitHub Releases page.
Read more about it in Build version section.
You can still install it with pip and build it from source code if you want.
Follow below instruction to install from PyPI.
Note
It’s advisable to use python virtual environment for below instructions. Read more about python virtual environment in The Hitchhiker’s Guide to Python!
virtualenvwrapper provides a set of commands which makes working with virtual environments much more pleasant.
Install Converter CSV
pip install converter-csv
Upgrade¶
To upgrade to newer version run:
pip install --upgrade converter-csv