Pip install¶
Install packages from the Python Package Index via pip.
Installs build-essential
and python-dev
debian packages, so
Python extension modules can be built.
Settings¶
packages
: Python packages to install, a list of strings. The list can contain anything thatpip install
would accept as an argument, for exampleawscli==1.3.13
.