Fix incorrect upgrade instructions

Fixes #55
This commit is contained in:
Hugh Rundle 2020-09-12 14:10:06 +10:00
parent e8ff05b11d
commit 3fa22cb33f
1 changed files with 1 additions and 1 deletions

View File

@ -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: