Skip to content

Commit

Permalink
Merge pull request #245 from fusion-energy/develop
Browse files Browse the repository at this point in the history
added version pin to install instructions
  • Loading branch information
shimwell authored May 31, 2022
2 parents 63e7110 + 297a76b commit 4366a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit 4366a23

Please sign in to comment.