pip not working in python 3.5 on Windows -
i have installed python 3.5 on windows 7 machine. when installed it, marked check box install pip
. after installation, wanted check whether pip working, typed pip
on command line , hit enter, did not respond. cursor blinks not display anything.
please help.
regards.
add script folder of python environment path
or can command line:
python -m pip install package-name
Comments
Post a Comment