15 Mar
2015
15 Mar
'15
2:19 p.m.
C:\Users\Root\chirp.hg>pip install pep8==1.6.2 'pip' is not recognized as an internal or external command, operable program or batch file.
Try this:
C:\Python27\Scripts\pip.exe install pep8==1.6.2
To make it easier in the future, you can put that in your path. The instructions here are for python itself:
http://chirp.danplanet.com/projects/chirp/wiki/DevelopersWin32Environment#Pu...
Just tack on the scripts directory with a semicolon, so take whatever is there and add it like this:
OtherStuff;C:\Python27\bin;C:\Python27\Scripts
--Dan