Installation¶
django-cartouche should only be installed as a development dependency.
Using pip¶
pip install django-cartouche --group dev
Using uv¶
uv add django-cartouche --dev
Using poetry¶
poetry add django-cartouche --group dev
Requirements¶
- Python 3.10 or higher
- Django 4.2 or higher
Next Steps¶
After installation, see Configuration to set up django-cartouche in your project.