bootstrap-vz/bootstrapvz/plugins/pip3_install
2018-06-14 10:19:55 -05:00
..
__init__.py Added pip3_plugin 2018-06-14 10:19:55 -05:00
manifest-schema.yml Added pip3_plugin 2018-06-14 10:19:55 -05:00
README.rst Added pip3_plugin 2018-06-14 10:19:55 -05:00
tasks.py Added pip3_plugin 2018-06-14 10:19:55 -05:00

Pip3 install
------------

Install packages from the Python Package Index via pip for python3

Installs ``build-essential`` and ``python3-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 that ``pip install`` would accept as an
   argument, for example ``awscli==1.3.13``.