Skip to content

install_from_git

bennibbelink edited this page Apr 8, 2024 · 1 revision

Installing |Cyclus| Using the GitHub Repository

Installing Cyclus is a two step process. First get and compile the |Cyclus| core, then get and compile the Cyclus Additional Modules (Cycamore), which provides nuclear fuel cycle facilities such the reactor, fuel fabrication facility, storage, etc.

Instructions on how to install those dependencies on the major platforms can be found :doc:`here <DEPENDENCIES>`.

git clone https://github.com/cyclus/cyclus .
git fetch
git checkout master

If you were successful then Cyclus has been installed and you can skip down to Installing Cycamore!

Alternative instructions are also available for doing a :doc:`Custom Installation <install_custom>`.

git clone https://github.com/cyclus/cycamore .
git fetch
git checkout master
Clone this wiki locally