From 95a58dec60b94990b83d26176c9dfc8724fbc84f Mon Sep 17 00:00:00 2001 From: Syun'ichi Shiraiwa Date: Wed, 7 Aug 2024 20:38:10 -0400 Subject: [PATCH] update README --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index ac293a66..fe880655 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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 /mfem. See also, docs/install.txt -### Using pip -```shell -pip install mfem --install-option="--with-parallel" -``` ### Build from local source file ```shell