Skip to content

Commit

Permalink
As modulename from the importerror does not always match the name for…
Browse files Browse the repository at this point in the history
… pip install command, refer also to batch file and requirements.txt for names of modules to be installed.
  • Loading branch information
ProfHoekstra committed May 16, 2019
1 parent dde2765 commit 64684e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BlueSky.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def main():
if modulename is None:
raise error
print("Bluesky needs", modulename)
print("Run setup-python.bat (Windows) or check requirements.txt (other systems)")
print("Install using e.g. pip install", modulename)

print('BlueSky normal end.')
Expand Down
File renamed without changes.

0 comments on commit 64684e5

Please sign in to comment.