From b91960f68ff450c4800ccd7814ea3bcc612d8d76 Mon Sep 17 00:00:00 2001 From: rekomodo Date: Mon, 12 Aug 2024 22:24:42 -0400 Subject: [PATCH] added section links --- docs/source/installation.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index d9ed9e660..f95f2f3aa 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -2,11 +2,13 @@ Installation ============ +FESTIM is installed in two steps: + 1. `Installing FEniCS`_ through Anaconda or Docker + 2. `Installing FESTIM`_ through pip on the FEniCS environment + Installing FEniCS ----------------- -FESTIM requires FEniCS to run. - FEniCS can be installed with Anaconda on MacOs and Linux. In order to use the Anaconda distribution on Windows, use the `Windows Subsystem for Linux `_. @@ -35,7 +37,7 @@ First `install Anaconda `_, then run the following commands:: conda create -n festim-env - conda activate festim-env + conda activate festim-env conda install -c conda-forge fenics numpy=1.24 Alternatively, It can be installed using `Docker `_::