Python
What is a Package :- A package contains all the files you need for a module. Modules are Python code libraries you can include in your project.
# Install Package :- pip install <Package Name>
# Remove Package :- pip uninstall <Package Name>
# List Packages :- pip list
Comments
Post a Comment