From 7b62489f2591622dc261d8f6c063abbe5282986a Mon Sep 17 00:00:00 2001 From: "Alexander M. Long" Date: Fri, 10 May 2024 16:00:55 -0600 Subject: [PATCH] fix readme with correct export for pyHERMES --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18c8688..2cdfc0c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ HERMES requires setting up the `HERMES_HOME` environment variable as well as add ```sh export HERMES_HOME=/path/to/hermes export cHERMES_DIR=$HERMES_HOME/cHERMES - export PYTHONPATH=$PYTHONPATH:$HERMES_HOME/pyHERMES + export PYTHONPATH=$PYTHONPATH:$HERMES_HOME ``` 3. Replace /path/to/hermes with the actual installation path of HERMES on your machine. 4. Save the file.