.. _installation: ============ Installation ============ This section covers the installation of **Django Action Triggers**. Follow the steps below to get started. Prerequisites ============= Before installing Django Action Triggers, ensure you have the following: - Python 3.8+ - Django 3.2+ Installation via PyPI ===================== Django Action Triggers can be installed directly from PyPI using pip: .. code-block:: bash pip install django-action-triggers This command above will only install the base library, in order to support specific integrations, you can install the following extras: .. include:: partials/optional_installations.rst Next Steps ========== Once you've completed the installation, proceed to the :ref:`setup` guide to configure Django Action Triggers in your project.