Installation¶
django-latch 5.2.0 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:
python -m pip install django-latch
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