Skip to content

Commit

Permalink
working on INSTALL.md, removing the senteces regarding pip install + …
Browse files Browse the repository at this point in the history
…extra option for now
  • Loading branch information
sshiraiwa committed Aug 7, 2024
1 parent d68073c commit 0accba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python setup.py install --user
```
For example, parallel (MPI) support is built with the `--with-parallel` flag:
```shell
pip install mfem --with-parallel
python setup.py install --with-parallel
```

Note: this option turns on building `metis` and `Hypre`
Expand Down

0 comments on commit 0accba0

Please sign in to comment.