Skip to content

Installation

Installation

Install package from PyPI repository using pip:

python3 -m pip install --upgrade nuclear

You need Python 3.8 or newer.

Install package in develop mode

You can install package in develop mode in order to make any changes for your own:

python -m pip install -r requirements.txt
python -m pip install -e .

Testing

Running tests:

make setup
. venv/bin/activate
make test