How to Install python3-flask-migrate in Ubuntu 18.04



Install python3-flask-migrate by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-flask-migrate

Description:

SQLAlchemy migrations for Flask using Alembic and Python 3

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. . This is the Python 3 package

Homepage: https://pypi.python.org/pypi/Flask-Migrate

Version: 2.1.1-2

Section: universe/python