Skip to content

Install

This guide provides instructions for installing the Quick JWT library, which enables JSON Web Token (JWT) authentication in your Python projects, using Python 3.12 or higher.

Prerequisites

Python 3.12 or higher installed

Using pip

Run the following command to install the quick-jwt library:

pip install quick-jwt

Using Poetry

Add the quick-jwt package to your project:

poetry add quick-jwt

Using uv

Install quick-jwt using uv:

uv add quick-jwt