From d61b2751f1e099542492b236c24d331e92072b83 Mon Sep 17 00:00:00 2001 From: besendorf Date: Mon, 22 Aug 2022 12:20:56 +0200 Subject: [PATCH] Add pip command for update Adds the pip comman for updating mvt. I think this would be helpfull for novice users as it already has been asked here: https://github.com/mvt-project/mvt/discussions/261 Also I sometimes forget the command too ;) --- mvt/common/logo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/common/logo.py b/mvt/common/logo.py index dc68355..27f6eaa 100644 --- a/mvt/common/logo.py +++ b/mvt/common/logo.py @@ -19,7 +19,7 @@ def check_updates() -> None: else: if latest_version: rich_print(f"\t\t[bold]Version {latest_version} is available! " - "Upgrade mvt![/bold]") + "Upgrade mvt with pip3 install -U mvt[/bold]") # Then we check for indicators files updates. ioc_updates = IndicatorsUpdates()