Skip to main content

Pip in python

 Pip:

A pip download a module from the internet. But the question is How to install it🤔? It's very simple. Simply, Just type pip install Module Name. You can type it in your windows PowerShell.

Example:

See, I want to download flask So, i can just type pip install flask

Note: Don't Know about Module? Read  It Here!

https://codewithyk.blogspot.com/2020/10/modules-in-python.html

Comments