bootstrap-vz/bootstrapvz/plugins/pip_install
Anders Ingemann 953987fddf Combine documentation from github wiki with sphinx
This is the first step in the effort of combining all documentation about
bootstrap-vz into sphinx while still being able to access it from github
(github can parse rst as well)
2015-04-11 16:40:44 +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 Added pip_install plugin 2014-06-06 17:24:20 +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``.