Skip to content

Commit

Permalink
update error message now that PyGuymer3 is on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Guymer committed Jan 11, 2025
1 parent 9658145 commit 22ea2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmc/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def run(
import pyguymer3.geo
import pyguymer3.image
except:
raise Exception("\"pyguymer3\" is not installed; you need to have the Python module from https://github.com/Guymer/PyGuymer3 located somewhere in your $PYTHONPATH") from None
raise Exception("\"pyguymer3\" is not installed; run \"pip install --user PyGuymer3\"") from None

# Import sub-functions ...
from .coordinates_of_IATA import coordinates_of_IATA
Expand Down

0 comments on commit 22ea2e1

Please sign in to comment.