Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletions download/archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,18 @@ To use our prebuilt, high-performance
platform (Windows, Mac or Linux) and then run the following command:

```bash
curl -s https://get.fenicsproject.org | bash
docker run -ti -p 127.0.0.1:8000:8000 -v $(pwd):/root/shared -w /root/shared ghcr.io/scientificcomputing/fenics-gmsh:2024-05-30
```

To run the FEniCS Docker image, use the command `fenicsproject run`. For
more options and features, see `fenicsproject help`.

Alternatively, you can start a container with the following `docker`
command:

```bash
docker run -ti -p 127.0.0.1:8000:8000 -v $(pwd):/home/fenics/shared -w /home/fenics/shared quay.io/fenicsproject/stable:current
```

For detailed instructions, see the [FEniCS Reference
Manual](http://fenics-containers.readthedocs.io/en/latest/index.html).

## FEniCS on Windows 10

To install FEniCS on Windows 10, enable the [Windows Subsystem for
Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) and
install the Ubuntu distribution. Then follow the instructions for Ubuntu
below.

## Ubuntu FEniCS on Ubuntu

To install FEniCS on Ubuntu, run the following commands:

```bash
Expand All @@ -50,11 +39,11 @@ For detailed instructions, see the [FEniCS Reference
Manual](http://fenics-containers.readthedocs.io/en/latest/index.html).

## FEniCS on Anaconda

To use our prebuilt Anaconda Python packages (Linux and Mac only), first
[install Anaconda](https://docs.continuum.io/anaconda/install), then run
following commands in your terminal:


```bash
conda create -n fenicsproject -c conda-forge fenics
source activate fenicsproject
Expand All @@ -71,6 +60,7 @@ especially regarding sparse direct solvers and input/output facilities.
solver, but lacks SuperLU_dist and MPI-enabled HDF5.

## Building FEniCS from source

For installation in high performance computing clusters we recommend
always building from source. For detailed instructions, see the [FEniCS
Reference
Expand Down
Loading