Installation¶
Install behave-django using pip or add it to your project’s development
dependencies using uv, e.g.
$ pip install behave-django
or
$ uv add --dev behave-django
Add behave_django to your INSTALLED_APPS
INSTALLED_APPS += ["behave_django"]