Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkneller authored Jun 19, 2024
1 parent 9ff1cf1 commit 424484f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ sudo python3 setup.py install

TROUBLESHOOTING:

1) When running EMEWS.py you may have to set the PYTHONPATH environment variable to your PWD
1) When using EMEWS you may have to set the PYTHONPATH environment variable to your PWD
and/or wherever the EMEWS module was installed in steps 3) or step 4)

2) If the script still cannot find the module you may need to put the *.so library in the same directory
as the EMEWS.py file. The *.so library is in one of the subfolders in the build directory.
2) If your script still cannot find the module you may need to put the *.so library in the same directory
as the file. The *.so library is in one of the subfolders in the build directory.

3) EMEWS uses OpenMP. You may want to set the OMP_NUM_THREADS environment variable to a number suitable for your machine.

Expand Down

0 comments on commit 424484f

Please sign in to comment.