Getting started with ZnVisΒΆ

The first steps to using ZnVis is the installation. If you are using pip, it is a simple as:

pip install znvis

If you wish to install ZnVis from source, you may simply run the following:

git clone https://github.com/zincware/ZnVis.git
cd ZnVis
pip install .

Once complete, you will be able to start using the visualizer by importing it as:

import znvis

With installation out of the way, head over to the example guides and start visualizing.