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