bootstrap-vz/bootstrapvz/plugins/pip_install
2018-02-25 04:12:24 +00:00
..
__init__.py fix pylint W0403(relative-import) 2018-02-25 04:12:24 +00:00
manifest-schema.yml Litter the manifest schemas with additionalProperties:false 2015-05-02 13:04:30 +02:00
README.rst Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
tasks.py Convert indentation from tabs to spaces (4) 2016-06-04 11:38:16 +02:00

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