Getting started

After installing pyNAVIS with

pip install pyNAVIS

You can start using it by creating a new Python file and importing the package:

from pyNAVIS import *

With that, you will be able to use all the provided functionalities, which are specified in the pyNAVIS package section.

Either if you installed the developer version of if you, as an user, want to get introduced with a set of code examples, you can find them in the /src/examples folder of the Github repository after downloading or cloning it. These examples will show you how to use most of pyNAVIS functionalities. In /src/ you will find a main.py file that can be used to run those examples.

You can take a closer look at some of these main functionalities in the Examples section.