Installation
============
Requirements
------------
NeSST requires Python 3 and the following packages:
- `NumPy `_
- `SciPy `_
- `Matplotlib `_
- `endf `_
Installing from PyPI
--------------------
The easiest way to install NeSST is via pip from the Python Package Index:
.. code-block:: bash
pip install NeSST
Installing from source
----------------------
To install from the GitHub repository:
.. code-block:: bash
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:
.. code-block:: python
import NeSST as nst