From 6d7668741d9d9415b2c5041106f1ad746bb1ff3d Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 9 Aug 2023 09:53:58 -0300 Subject: [PATCH] Update README.rst - Use `git` instead of `zipfile` for installing from Github --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f1e9f3bc..5a60655a 100644 --- a/README.rst +++ b/README.rst @@ -298,12 +298,12 @@ Using the development version With pip ~~~~~~~~ -You can install the latest snapshot of django-celery-beat using the following +You can install the latest main version of django-celery-beat using the following pip command: .. code-block:: bash - $ pip install https://github.com/celery/django-celery-beat/zipball/master#egg=django-celery-beat + $ pip install git+https://github.com/celery/django-celery-beat#egg=django-celery-beat Developing django-celery-beat