Installation

Python Version

Flask-PluginKit only supports Python 3.8+.

Dependencies

These distributions will be installed automatically when installing Flask-PluginKit.

  • Flask is a Lightweight Web Application Framework Written in Python, theoretically support 3.0.0+.

  • semver is a Semantic Version Control Specification.

Virtual environments

We recommend using a virtual environment to manage the dependencies for your project, both in development and in production.

Of course, this requires you to understand it yourself.

Python 3 comes bundled with the venv module to create virtual environments.

Install Flask-PluginKit

Within the activated virtual environment or global environment, use the following command to install Flask-PluginKit:

$ pip install -U Flask-PluginKit

Flask-PluginKit is now installed. Check out the Quickstart or go to the Documentation Overview.

Install development version

If you want to work with the latest Flask-PluginKit code before it’s released, install or update the code from the master branch:

$ pip install -U git+https://github.com/staugur/Flask-PluginKit.git@master