mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 23:12:30 +02:00
docs: quote pip extras install example (#2130)
Co-authored-by: nyxst4ck <289980115+nyxst4ck@users.noreply.github.com>
This commit is contained in:
parent
9adaa88999
commit
3248ac69f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue