PIP in Python
PIP python में पैकेज मैनेजर होता है।
| Description | Commands |
| Install PIP | https://pypi.org/project/pip/ |
| Check PIP is installed | pip –version |
| Download package | pip install <packagename> |
| Remove package | pip uninstall <packagename> |
| list all packages | pip list |
| Find more packages | https://pypi.org/. |
Python class part 👉 29
Go to next class part 30


0 टिप्पणियाँ
If you have any doubt. Please let me know