1
1
mirror of https://github.com/neosubhamoy/pytubepp.git synced 2025-12-20 01:09:36 +05:30

(docs): minor improvements

This commit is contained in:
2025-01-26 11:05:28 +05:30
parent 48f9f06e23
commit 8bbabdb374

View File

@@ -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)** **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 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** **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 pip uninstall pytubepp -y
``` ```