.. _install: Installation ============ ``django-latch`` |release| supports Django 4.2, 5.1 and 5.2. See `Django's Python support matrix `_ for details of which Python versions are compatible with each version of Django. Installing from PyPI -------------------- To install ``django-latch``, run the following command from a command line: .. tab:: Unix-based .. code-block:: shell python -m pip install django-latch .. tab:: Windows .. code-block:: shell py -m pip install django-latch This will install the latest supported version of Django, if you don't already have one. If you don't have ``pip`` installed on your computer, check the `instructions on how to install it `_. Installing for local development -------------------------------- If you want to contribute o modify any functionality, you can obtain the source code from the `project repository `_. You can fetch it using `git `_ by typing:: git clone https://github.com/phoenixsite/django-latch.git