Getting Started#

Installation#

vizent can be installed using pip, either from PyPI:

pip install vizent

Or from the latest version on GitHub:

pip install git+https://github.com/cusp-london/vizent

vizent on PyPI

Alternatively, vizent can be installed via conda with:

conda install -c conda-forge vizent

vizent on conda-forge

Required Dependencies:

Optional dependencies:

  • pillow for adding background images

  • cartopy for adding background maps

If using Anaconda Python these will likely be included.