From 2337b8dc8d5937918287aa8eb18a7d1eca765651 Mon Sep 17 00:00:00 2001 From: Veselin Dobrev Date: Mon, 22 Jun 2026 10:05:03 -0700 Subject: [PATCH] Small updates in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81cd0c16..8a78ff0e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The setup script accept various options. Download the package manually and run t #### Download source and build ```shell $ git clone https://github.com/mfem/PyMFEM.git +$ cd PyMFEM # Build it from local source with MPI $ pip install ./ -C"with-parallel=Yes" --verbose @@ -37,7 +38,7 @@ $ git clean -f # clean files under mfem/_ser and mfem/_par #### Run test ```shell cd test -python test_examples.py -serial +python run_examples.py -serial ``` ## Usage