mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-14 20:21:23 +08:00
docs: quote pip extras install example (#2130)
Co-authored-by: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com>
This commit is contained in:
@@ -22,7 +22,7 @@ Production-grade patterns for background task processing in Django using Celery
|
|||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```bash
|
```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
|
### `celery.py` — App Entrypoint
|
||||||
|
|||||||
Reference in New Issue
Block a user