Skip to content

Commit b3c3f09

Browse files
authored
Small tweaks and update Conda Windows gotchas. (#4037)
1 parent afec7b1 commit b3c3f09

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ link to sign up to the Slack channel).
2020

2121
## Documentation
2222

23-
Documentation can be viewed at <https://docs.fenicsproject.org>.
23+
Documentation can be viewed [here](https://docs.fenicsproject.org).
2424

2525
## Installation
2626

2727
### From source
2828

2929
For detailed instructions and a list of dependencies, see
30-
<https://docs.fenicsproject.org/dolfinx/main/python/installation>.
30+
[here](https://docs.fenicsproject.org/dolfinx/main/python/installation).
3131

3232
#### C++ core
3333

@@ -103,9 +103,10 @@ conda install -c conda-forge fenics-dolfinx mpich pyvista # Linux and macOS
103103
conda install -c conda-forge fenics-dolfinx pyvista pyamg # Windows
104104
```
105105

106-
*Windows only*: Windows conda packages are currently in beta testing.
107-
PETSc and petsc4py are not available on Windows. Because FEniCS uses
108-
just-in-time compilation it necessary to install [Microsoft Visual
106+
*Windows only*: Windows conda packages are currently in beta testing and as of
107+
12/01/26 are only available for `v0.9.0`. PETSc and petsc4py are not available
108+
on Windows. Because FEniCS uses just-in-time compilation it necessary to
109+
install [Microsoft Visual
109110
Studio](https://visualstudio.microsoft.com/downloads/).
110111

111112
conda is distributed with [Anaconda](https://www.anaconda.com/) and

0 commit comments

Comments
 (0)