Skip to content

Commit

Permalink
editing front page
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Jan 29, 2023
1 parent 6e0990f commit cfc5098
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ The setup script accept various options. TO use it, one can either use --install
with pip, or download the package manually and run the script. For example, the one below downloads
and build parallel version of MFEM library (linked with Metis and Hypre)
and installs under <prefix>/mfem. See also, docs/install.txt
```

### Using pip
$ pip install mfem --install-option="--with-parallel" [--verbose]
```
$ pip install mfem --install-option="--with-parallel"
```

### Build from local source file
Expand Down

0 comments on commit cfc5098

Please sign in to comment.