From f62a5fd96f97806f35a015df21274e0debf0c8e3 Mon Sep 17 00:00:00 2001 From: fslori <30530912+fslori@users.noreply.github.com> Date: Sat, 16 Sep 2023 17:30:38 +0200 Subject: [PATCH] docs: extend upgrade instructions (#1249) This adds the pip / pipx commands to upgrade all the dependencies. This makes directed actions like /~https://github.com/mps-youtube/yewtube/issues/1225#issuecomment-1493400886 unnecessary. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f0c4b0b..ea2f4da7 100644 --- a/README.md +++ b/README.md @@ -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 -----