Installation

Installation#

PyPI#

The easiest way to install pynucastro is via pip:

pip install pynucastro

Note

If you are using python 3.13, then you will need to install the release candidate of numba until the final release is out. This can be done as:

pip install numba==0.61.0rc1

Conda#

If you use conda, you can install pynucastro from conda-forge as:

conda install conda-forge::pynucastro

Building from source#

Alternately, you can clone the source and install it locally via:

git clone https://github.com/pynucastro/pynucastro.git
cd pynucastro
pip install --user .