Flask Framework Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Getting ready

First of all, run the following command to install Flask-Migrate:

    $ pip3 install Flask-Migrate

This will also install Alembic, among a number of other dependencies.