go to the scripts folder inside python. type the following command cd c:\python36\scripts press enter, this should be where your pip.exe file is located. (dont forget to replace your python version in ...
Ever wonder why packaging a Python app and its dependencies as a single executable is such a pain? Blame it on the dynamism ...