Installation

ezvi is distributed as a Pip package. To install the program, simply run

pip install ezvi

This will install the package to your current environnement.

Note

If you are starting a new project, it is recommended that you create a new environnement. This ensures that your workspace does not get too cluttered by accumulating packages that are not useful to your current project. Instructions on how to work with environnements with python can be found here.