Installation

Requirements

NeSST requires Python 3 and the following packages:

Installing from PyPI

The easiest way to install NeSST is via pip from the Python Package Index:

pip install NeSST

Installing from source

To install from the GitHub repository:

git clone https://github.com/aidancrilly/NeSST.git
cd NeSST
pip install -e .

Verifying the installation

After installation, you can verify NeSST is installed correctly:

import NeSST as nst