diff --git a/helics_cli/cli.py b/helics_cli/cli.py index 30711f7..df6d5f2 100644 --- a/helics_cli/cli.py +++ b/helics_cli/cli.py @@ -44,7 +44,7 @@ def _get_version(): helics_apps_version = "HELICS Apps version {}".format(ha.__version__) except ImportError: - helics_apps_version = "Python `helics-apps` package not installed. Install using `pip install helics-apps --upgrade`." + helics_apps_version = "" try: import helics as h