How can I install pip on Windows?
pip
is a replacement for easy_install
. But should I install pip
using easy_install
on Windows? Is there a better way?
pip
is a replacement for easy_install
. But should I install pip
using easy_install
on Windows? Is there a better way?