how to install python pip through command promp code example
Example 1: installing pip
python -m pip install --upgrade pip
Example 2: using pip windows cmd
python -m pip install <package>
python -m pip install --upgrade pip
python -m pip install <package>