Installation

You can install FastAPI REST JSONAPI with pip

$ pip install fastapi-rest-jsonapi

Note

You should install FastAPI REST JSONAPI in a virtualenv

$ pip install virtualenv
$ python -m venv .venv
$ source .venv/bin/activate  # or .venv\Scripts\activate.bat on Windows

FastAPI REST JSONAPI requires Python 3.9 or higher.