From 3248ac69f0852fde78b01964e35276f6725dafe9 Mon Sep 17 00:00:00 2001 From: nyxst4ck Date: Sun, 7 Jun 2026 02:26:20 -0300 Subject: [PATCH] docs: quote pip extras install example (#2130) Co-authored-by: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com> --- skills/django-celery/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/django-celery/SKILL.md b/skills/django-celery/SKILL.md index 05c47126..f6db56a0 100644 --- a/skills/django-celery/SKILL.md +++ b/skills/django-celery/SKILL.md @@ -22,7 +22,7 @@ Production-grade patterns for background task processing in Django using Celery ### Installation ```bash -pip install celery[redis] django-celery-results django-celery-beat +pip install 'celery[redis]' django-celery-results django-celery-beat ``` ### `celery.py` — App Entrypoint