diff --git a/docs/source/index.rst b/docs/source/index.rst index 88e19fff6..e17ae4653 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -28,7 +28,7 @@ Contents .. toctree:: :maxdepth: 1 - getting_started + installation examples theory userguide/index diff --git a/docs/source/getting_started.rst b/docs/source/installation.rst similarity index 89% rename from docs/source/getting_started.rst rename to docs/source/installation.rst index fb57bcf48..94d512037 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/installation.rst @@ -1,9 +1,6 @@ -=============== -Getting started -=============== - -Install -******* +============ +Installation +============ Installing FEniCS ----------------- @@ -16,8 +13,7 @@ First `install Anaconda `_ then run conda create -n festim-env conda activate festim-env - conda install mamba - mamba install -c conda-forge fenics + conda install -c conda-forge fenics numpy=1.24 Alternatively, It can be installed using `Docker `_::