Skip to content

Commit

Permalink
docs: extend upgrade instructions (#1249)
Browse files Browse the repository at this point in the history
This adds the pip / pipx commands to upgrade all the dependencies. This makes directed actions like #1225 (comment) unnecessary.
  • Loading branch information
gnu010 committed Sep 16, 2023
1 parent 672a7fe commit f62a5fd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,20 @@ Upgrading

### If installed using pipx

` pipx upgrade yewtube `
`pipx upgrade yewtube`

Optionally with upgrading all dependencies:

`pipx runpip yewtube install --upgrade-strategy eager --upgrade yewtube`

### If installed using pip

`pip install --upgrade yewtube`

Optionally with upgrading all dependencies:

`pip install --upgrade-strategy eager --upgrade yewtube`

Usage
-----

Expand Down

0 comments on commit f62a5fd

Please sign in to comment.