1
1
mirror of https://github.com/neosubhamoy/pytubepp.git synced 2025-12-19 21:43:10 +05:30

(docs): minor docs update

This commit is contained in:
2025-01-16 22:31:18 +05:30
parent 7c9e8e75b7
commit c22a2c8056

View File

@@ -133,7 +133,7 @@ pip install -r requirements.txt
```terminal
python -m build // build the module
pip install dist/pytubepp-<version>-py3-none-any.whl // install the module
pip install .\dist\pytubepp-<version>-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 <version> 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)