From 3c99025ae077a33649b0a8357610b946fb995c52 Mon Sep 17 00:00:00 2001 From: ptrbortolotti Date: Mon, 17 Nov 2025 10:47:30 -0700 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 330d5c3be..b8ca616be 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The installation instructions below use the environment name, "weis-env," but an 3. If you are on Kestrel, first load some modules and then install: - module load intel-oneapi-compilers intel-oneapi-mpi intel-oneapi-mkl conda + module load intel-oneapi-compilers intel-oneapi-mpi intel-oneapi-mkl pip install --no-deps -e . -v **NOTE:** To use WEIS again after installation is complete, you will always need to activate the conda environment first with `conda activate weis-env` (or `source activate weis-env`). On Kestrel, make sure to reload the necessary modules