diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 0155243..b24794c 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -10,3 +10,15 @@ Or, if you have virtualenvwrapper installed:: $ mkvirtualenv neutron-classifier $ pip install neutron-classifier + + + + +Database Installation +--------------------- + +This library will use the `branches`_ feature of Alembic, so that +consumers of this library will have the schema for the classifiers +automatically installed as part of the migration. Hopefully. + +.. _branches: http://alembic.readthedocs.org/en/latest/branches.html?highlight=branches