When you install pip (via get-pip.pyor etc.), it installs into your python directory in a subfolder \Lib\site-packages. It also puts pip.exein your folder %python%\scripts. If you add C:\python-install-directory\scriptsto your PATH, you can run it from the command line:
$ pip install <package>
$, , * nix. Windows > , * nix $. .