Installation#

We recommend using the Qt-based interface to have access to our graphical user interface. Without Qt, pynaviz can still be used, but in a programmatic way (via scripting).

pip install pynaviz[qt]

To check if the installation was successful with qt, try running:

pynaviz

To install from source, clone the repository and install with the [qt] extra:

git clone https://github.com/pynapple-org/pynaviz.git
cd pynaviz
pip install -e '.[qt]'

If Qt is not available on your system, you can still use the fallback rendering engine (via PyGFX):

git clone https://github.com/pynapple-org/pynaviz.git
cd pynaviz
pip install -e .