I spent most of the day yesterday searching for a clear answer for installing pip (package manager for Python). I can't find a good solution.
How do I install it?
I am having trouble getting curl to run on Windows.
I have downloaded a curl zip file from here, but it seems to contain source code, not an executable.
Do I need to compile curl to run it? If yes, …