Database schema installation notes

This commit is contained in:
Sean M. Collins 2015-11-10 07:09:55 -05:00
parent 6e9c67ce74
commit c6e1f91681
1 changed files with 12 additions and 0 deletions

View File

@ -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