Mention some important/function PIP's of Python.
Answers
Answered by
4
Answer:
pip is a package manager for Python packages. When we install pip, it is added to the system as a command line program which can be run from the command line. We not only use pip to install and uninstall Python packages, it is rather a great tool to create Python virtual environment. And in this article, we will be talking about different useful commands that a Python developer uses in a day to day life.
Answered by
0
Explanation:
pip is a package-management system written in Python used to install and manage software packages. It connects to an online repository of public and paid-for private packages, called the Python Package Index. Most distributions of Python come with pip preinstalled.
Similar questions
Math,
2 months ago
English,
2 months ago
English,
5 months ago
Social Sciences,
5 months ago
Math,
11 months ago