Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 5d81ad5

Browse files
author
Mwalters75
committed
Use proper upgrading method
1 parent 15c9bf3 commit 5d81ad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ python3 -m build
3636
py -m build
3737
```
3838
## Upgrading
39-
`meower.py` is a ongoing project, so you'd might want to check for updates regularly. You can find new releases on [GitHub Releases](https://github.com/Mwalters75/meower.py/releases/latest), or on [PyPI](https://pypi.org/project/meower/#history). You can update the package like this:
39+
`meower.py` is a ongoing project, so you'd might want to check for updates regularly. You can update the package like this:
4040
### Linux
4141
```
42-
pip3 install meower==x.x.x
42+
pip3 install --upgrade meower
4343
```
4444
### Windows
4545
```
46-
py -m pip install meower==x.x.x
46+
py -m pip install --upgrade meower
4747
```

0 commit comments

Comments
 (0)