Installation¶
PyMCNP is accessible for installation through PyPI and GitHub.
Released Version¶
The released versions of PyMCNP are available on PyPI and can be “pip installed”:
pip install pymcnp
Latest Version¶
The latest version of PyMCNP is availiable on GitHub and can be “pip installed”:
pip install git+https://github.com/FSIBT/PyMCNP
Developer Version¶
The PyMCNP source code is availiable on GitHub for contributions (guidelines), suggestions, and bug reports:
git clone https://github.com/FSIBT/PyMCNP
cd PyMCNP
pip install -e .[docs,test,dev]