image

JWT with Python

Instalation

python3 -m venv .venv && . .venv/bin/activate
pip install -r requirements.txt

Maybe you need to run last command in certain folder, for example:

cd ../any-folder
pip install -r requirements.txt