From 3fa22cb33f1e1a42a18488ea39b29ba274ce72ea Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 12 Sep 2020 14:10:06 +1000 Subject: [PATCH] Fix incorrect upgrade instructions Fixes #55 --- ephemetoot/ephemetoot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ephemetoot/ephemetoot.py b/ephemetoot/ephemetoot.py index 9615e2a..78f4f67 100644 --- a/ephemetoot/ephemetoot.py +++ b/ephemetoot/ephemetoot.py @@ -259,7 +259,7 @@ def version(vnum): print("You are using release: \033[92mv", vnum, "\033[0m", sep="") print("The latest release is: \033[92m" + latest_version + "\033[0m") print( - "To upgrade to the most recent version run \033[92mpip3 install --update ephemetoot\033[0m" + "To upgrade to the most recent version run \033[92mpip install --upgrade ephemetoot\033[0m" ) except Exception as e: