5 Respostas
+ 3
Pip is a module that allowed you to download easier all Python modules (like PIL for the images).
+ 3
The pip command is a tool for installing and managing Python packages, such as those found in the Python Package Index. It's a replacement for easy_install.
+ 1
pip is python package index used for installing third party packages from pypi
using the command
pip install package-name.
we can install the required packages. into the python.
0
You just execute the command, on Windows :
pip install "module's name"