Skip to content

Commit

Permalink
added section links
Browse files Browse the repository at this point in the history
  • Loading branch information
rekomodo committed Aug 13, 2024
1 parent 7103c6c commit b91960f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://learn.microsoft.com/en-us/windows/wsl/install>`_.
Expand Down Expand Up @@ -35,7 +37,7 @@ First `install Anaconda <https://docs.continuum.io/anaconda/install>`_,
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 <https://www.docker.com/>`_::
Expand Down

0 comments on commit b91960f

Please sign in to comment.