Use/run nigsp

You can run the nigsp workflow in a shell session (or in your code) - just follow the help:

$ nigsp --help

Alternatively, you can use nigsp as a module in a python session (or within your python script):

import nigsp

nigsp.__version__

In-depth tutorial coming soon…