- Flask Framework Cookbook(Second Edition)
- Shalabh Aggarwal
- 27字
- 2021-06-24 13:58:06
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.