Closed hughrun closed 4 years ago
Description ephemetoot --version provides the following message:
ephemetoot --version
To upgrade to the most recent version run pip3 install --update ephemetoot
This should be:
To upgrade to the most recent version run pip install --upgrade ephemetoot
Please only log one bug per issue.
Environment (please complete the following information):
To Reproduce Run ephemetoot --version
Expected behavior Correct upgrade instructions are shown.
Actual behavior Incorrect upgrade instructions are shown.
Description
ephemetoot --version
provides the following message:This should be:
Please only log one bug per issue.
Environment (please complete the following information):
To Reproduce Run
ephemetoot --version
Expected behavior Correct upgrade instructions are shown.
Actual behavior Incorrect upgrade instructions are shown.