August 2016
Beginner to intermediate
717 pages
15h 24m
English
PIP is a dependence of setuptools. We need to install setuptools to use PIP. The following sections describe how we can install setuptools on different operating systems.
To download the setuptools executable, you have to go to the PyPI website at https://pypi.python.org/pypi/setuptools. Then, we need to click on Downloads and select the right version. In this book, we use Version 1.1, as shown in the following screenshot:
When using APT, we do not need to install setuptools. Indeed, APT will automatically install it before installing PIP.
Read now
Unlock full access