bootstrap-vz/bootstrapvz/plugins/pip_install
2015-04-29 23:51:55 +02:00
..
__init__.py Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
manifest-schema.yml Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
README.rst Combine documentation from github wiki with sphinx 2015-04-11 16:40:44 +02:00
tasks.py Fix #104: Don't verify default target when adding packages 2015-04-29 23:51:55 +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``.