From f07eb28ada3aa82bd75d99311411917f83ec84bd Mon Sep 17 00:00:00 2001 From: abachmann Date: Mon, 20 May 2024 09:27:09 -0500 Subject: [PATCH] change cyclus/cycamore install instructions THe new version of these codes (v1.6) is now live in conda, and it'll be easier to install them using this method. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 8ebb987..14a1068 100644 --- a/README.rst +++ b/README.rst @@ -32,9 +32,9 @@ 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 @@ -42,8 +42,8 @@ It is advised to create a new conda environment for installing all of the depend ~/cyclus $ python install.py -If desired, Cycamore can be installed from `here `_. -Cycamore is *highly* recommended, as it contains other archetypes for creating a +If desired, Cycamore can be installed from `source `_ +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