Installation¶
Flask-JSONRPC is available on PyPI and supports modern versions of Python and Flask.
Requirements¶
Python 3.10 or later
Flask 3.x or later
Installation¶
Install using pip:
pip install Flask-JSONRPC
Verifying the Installation¶
You can verify that Flask-JSONRPC is installed by running:
python -c "import flask_jsonrpc; print(flask_jsonrpc.__version__)"
Upgrading¶
To upgrade to the latest version:
pip install --upgrade Flask-JSONRPC