What is pip?
Pip is the package manager of python. It is used to install external modules.
Using python pip
To install a module in python, open command prompt or powerShell and simply write pip install module_name . For example "pip install pygame".
Try to install 'django module' yourself.
Comments
Post a Comment