Skip to content

Commit

Permalink
Updated docs: add installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Oct 13, 2014
1 parent 8e8a4d0 commit aca0ce8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Flask-Migrate

Flask-Migrate is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are provided as command line arguments for Flask-Script.

Installation
------------

Install Flask-Migrate with `pip`:

pip install Flask-Migrate

Example
-------

Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Welcome to Flask-Migrate's documentation!

**Flask-Migrate** is an extension that handles SQLAlchemy database migrations for Flask applications using Alembic. The database operations are provided as command line arguments for Flask-Script.

Installation
------------

Install Flask-Migrate with `pip`:

pip install Flask-Migrate

Example
-------

Expand Down

0 comments on commit aca0ce8

Please sign in to comment.