Skip to content

Commit

Permalink
change cyclus/cycamore install instructions
Browse files Browse the repository at this point in the history
THe new version of these codes (v1.6) is now live in
conda, and it'll be easier to install them using this method.
  • Loading branch information
abachma2 committed May 20, 2024
1 parent c98667b commit f07eb28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ It is advised to create a new conda environment for installing all of the depend

.. code-block:: bash
~ $ conda install -y gxx_linux-64 gcc_linux-64 cmake make git glib libxml2 libxmlpp-4.0 liblapack pkg-config coincbc boost-cpp hdf5 sqlite pcre setuptools pytest pytables pandas jinja2 cython websockets pprintpp pip mamba
~ $ conda install -y mamba
~ $ mamba install -y openmc=0.14.0 scipy=1.11
~ $ mamba install -y cyclus openmc=0.14.0 scipy=1.11
~ $ git clone https://github.com/cyclus/cyclus.git
~ $ cd cyclus
~/cyclus $ python install.py
If desired, Cycamore can be installed from `here <https://github.com/cyclus/cycamore>`_.
Cycamore is *highly* recommended, as it contains other archetypes for creating a
If desired, Cycamore can be installed from `source <https://github.com/cyclus/cycamore>`_
or from Conda/Mamba. Cycamore is *highly* recommended, as it contains other archetypes for creating a
fuel cycle model in Cyclus, but it is not a dependency for OpenMCyclus.

Install OpenMCyclus
Expand Down

0 comments on commit f07eb28

Please sign in to comment.