From 8bbabdb3747ee81fb3bb2d2891ee92e70feaa22a Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Sun, 26 Jan 2025 11:05:28 +0530 Subject: [PATCH] (docs): minor improvements --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62fe0d8..5141175 100644 --- a/README.md +++ b/README.md @@ -84,12 +84,14 @@ pip install pytubepp **UPDATE: Always make sure 'PytubePP' and 'Pytubefix' is on the latest version to avoid issues (update them at least once a week) (Use the command below to update)** -``` +```terminal pip install pytubefix pytubepp --upgrade ``` +> It is highly recommended to run the post install script once after updating 'PytubePP' using: `pytubepp --postinstall` command + **UNINSTALL: If you want to uninstall PytubePP (Use the command below to uninstall) NOTE: it will only remove the 'PytubePP' python package** -``` +```terminal pip uninstall pytubepp -y ```