Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Update version print
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Dec 7, 2021
1 parent 58bf9f8 commit 2397093
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helics_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ def _get_version():
try:
import helics_apps as ha

helics_apps_version = "HELICS Apps version {}".format(ha.__version__)
helics_apps_version = "HELICS Apps version {}\n\nIf your `helics` and `helics-apps` versions don't match, you may want to run `pip install helics helics-apps --upgrade`.".format(
ha.__version__
)
except ImportError:
helics_apps_version = "Python `helics-apps` package not installed. Install using `pip install helics-apps --upgrade`."

Expand Down

0 comments on commit 2397093

Please sign in to comment.