bootstrap-vz/bootstrapvz/plugins/pip_install/README.rst
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

14 lines
391 B
ReStructuredText

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``.