I have installed python 3.5 on my Windows 7 machine. When I installed it, I marked the check box to install pip. After the installation, I wanted to check wheth
pip
Add the Script folder of python to your environment path
or you can do this from command line:
python -m pip install package-name