From 297a76bbac4ce167509ddd95c06d842326f83ee9 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Tue, 31 May 2022 09:16:19 +0100 Subject: [PATCH] added version pin to install instructions --- docs/source/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index a4949754d..920e36d40 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -54,7 +54,7 @@ Then install the Paramak. .. code-block:: bash - mamba install -c fusion-energy -c cadquery -c conda-forge paramak + mamba install -c fusion-energy -c cadquery -c conda-forge paramak=0.8.2 Now you should be ready to import paramak from your new python environment. @@ -79,7 +79,7 @@ Then install the Paramak. .. code-block:: bash - conda install -c fusion-energy -c cadquery -c conda-forge paramak + conda install -c fusion-energy -c cadquery -c conda-forge paramak=0.8.2 Now you should be ready to import paramak from your new python environment.