Skip to content

Commit

Permalink
fix readme with correct export for pyHERMES
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander M. Long committed May 10, 2024
1 parent 535e724 commit 7b62489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7b62489

Please sign in to comment.