pip commands for python
pip(Pip Installs Packages): is a command to install various python packages. some of the following pip commands for different packages of python as well as pip upgrade. pip upgrade ———————- python -m pip install –upgrade pip to check pip version ——————————– c:\python34\scripts>pip –version [press enter, shows pip version] to install scipy ———————— c:\python34>pip install scipy …