From c22a2c805655eb51bf713c3345ff2bd296a12e4e Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Thu, 16 Jan 2025 22:31:18 +0530 Subject: [PATCH] (docs): minor docs update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63735f4..d61068d 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ pip install -r requirements.txt ```terminal python -m build // build the module -pip install dist/pytubepp--py3-none-any.whl // install the module +pip install .\dist\pytubepp--py3-none-any.whl // install the module (give the path to the newly genrated whl file based on your OS path style and don't forget to replace the with the actual version number) ``` 5. Do the changes, Send a Pull Request with proper Description (NOTE: Pull Requests Without Proper Description will be Rejected)