Download¶
You can get the latest version of SQLAlchemy Migrate from the the cheese shop, pip or via easy_install:
$ easy_install sqlalchemy-migrate
or:
$ pip install sqlalchemy-migrate
You should now be able to use the migrate command from the command line:
$ migrate
This should list all available commands. To get more information regarding a command use:
$ migrate help COMMAND
If you’d like to be notified when new versions of SQLAlchemy Migrate are released, subscribe to openstack-dev.
Development¶
If you would like to contribute to the development of OpenStack, you must follow the steps in this page:
Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at:
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub: