Skip to content

Commit 95a58de

Browse files
committed
update README
1 parent 49d870b commit 95a58de

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Additionally, the installer supports building MFEM with specific options togethe
1313
## Install
1414
```shell
1515
pip install mfem # binary install is available only on linux platforms (Py36-310)
16-
pip install mfem --no-binary mfem # install serial MFEM + wrapper from source
1716

1817
```
1918

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

26-
### Using pip
27-
```shell
28-
pip install mfem --install-option="--with-parallel"
29-
```
3025

3126
### Build from local source file
3227
```shell

0 commit comments

Comments
 (0)