I'm new to Python. Trying install pip
. All tutorials I saw say me to install setuptools
first before installing pip
.
But I have read, that pip
is a replacement for setuptools
.
So, why I have to install setuptools
first and only then I can install pip
?