You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/installation.rst
+44-5Lines changed: 44 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,7 @@ Installation
3
3
============
4
4
5
5
6
-
FEniCSx can be installed with Anaconda on MacOs and Linux.
7
-
In order to use the Anaconda distribution on Windows,
8
-
use the `Windows Subsystem for Linux <https://learn.microsoft.com/en-us/windows/wsl/install>`_.
6
+
Because the main dependency FEniCSx (dolfinx) cannot be installed natively on Windows, Windows users must use the `Windows Subsystem for Linux <https://learn.microsoft.com/en-us/windows/wsl/install>`_ (WSL). FEniCSx can be installed natively on MacOs and Linux.
9
7
10
8
.. tip::
11
9
You can install `WSL <https://learn.microsoft.com/en-us/windows/wsl/install>`_ by running
@@ -16,6 +14,12 @@ use the `Windows Subsystem for Linux <https://learn.microsoft.com/en-us/windows/
Installing the FEniCSx docker container and then installing FESTIM with pip inside it is also an option::
66
+
67
+
docker run -ti dolfinx/dolfinx:stable
68
+
pip install festim
69
+
70
+
71
+
Option 3: From Source
72
+
---------------------
73
+
74
+
When none of the above methods are possible, users can build FEniCSx from source and then install FESTIM and all dependencies manually. Please refer to the `FEniCSx documentation <https://docs.fenicsproject.org/>`_ for complete instructions on building dolfinx from source.
0 commit comments