Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Aug 8, 2024
1 parent 49d870b commit 95a58de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Additionally, the installer supports building MFEM with specific options togethe
## Install
```shell
pip install mfem # binary install is available only on linux platforms (Py36-310)
pip install mfem --no-binary mfem # install serial MFEM + wrapper from source

```

Expand All @@ -23,10 +22,6 @@ with pip, or download the package manually and run the script. For example, the
and build parallel version of MFEM library (linked with Metis and Hypre)
and installs under <prefix>/mfem. See also, docs/install.txt

### Using pip
```shell
pip install mfem --install-option="--with-parallel"
```

### Build from local source file
```shell
Expand Down

0 comments on commit 95a58de

Please sign in to comment.