(installation)= # Installation The package is published on [PyPI](https://pypi.org/project/django-htmx-modal-forms/) and can be installed with `pip` (or any equivalent): ```bash pip install django-htmx-modal-forms ``` Add the app to your `INSTALLED_APPS`: ```python INSTALLED_APPS = [ # ... "django_htmx_modal_forms", ] ``` Next, see the {ref}`section about usage ` to see how to use it.