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