Skip to content

Commit cfc5098

Browse files
committed
editing front page
1 parent 6e0990f commit cfc5098

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ The setup script accept various options. TO use it, one can either use --install
2222
with pip, or download the package manually and run the script. For example, the one below downloads
2323
and build parallel version of MFEM library (linked with Metis and Hypre)
2424
and installs under <prefix>/mfem. See also, docs/install.txt
25-
```
25+
2626
### Using pip
27-
$ pip install mfem --install-option="--with-parallel" [--verbose]
27+
```
28+
$ pip install mfem --install-option="--with-parallel"
2829
```
2930

3031
### Build from local source file

0 commit comments

Comments
 (0)