1Download
2--------
3
4You can get the latest version of SQLAlchemy Migrate from the
5the `cheese shop`_, pip_ or via easy_install_::
6
7 $ easy_install sqlalchemy-migrate
8
9or::
10
11 $ pip install sqlalchemy-migrate
12
13You should now be able to use the :command:`migrate` command from the command
14line::
15
16 $ migrate
17
18This should list all available commands. To get more information regarding a
19command use::
20
21 $ migrate help COMMAND
22
23If you'd like to be notified when new versions of SQLAlchemy Migrate
24are released, subscribe to `openstack-dev`_.
25
26.. _pip: http://pip.openplans.org/
27.. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install
28.. _sqlalchemy: http://www.sqlalchemy.org/download.html
29.. _`cheese shop`: http://pypi.python.org/pypi/sqlalchemy-migrate
30.. _`openstack-dev`: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
31
32.. _development:
33
34Development
35-----------
36
37If you would like to contribute to the development of OpenStack,
38you must follow the steps in this page:
39
40   http://docs.openstack.org/infra/manual/developers.html
41
42Once those steps have been completed, changes to OpenStack
43should be submitted for review via the Gerrit tool, following
44the workflow documented at:
45
46   http://docs.openstack.org/infra/manual/developers.html#development-workflow
47
48Pull requests submitted through GitHub will be ignored.
49
50Bugs should be filed on Launchpad, not GitHub:
51
52   https://bugs.launchpad.net/sqlalchemy-migrate
53