diff --git a/README.md b/README.md index 3504c42..070a010 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,19 @@ Dependency Injector with minimal boilerplate code, built-in support for FastAPI ## Install ```bash +pip install magic-di +``` + +With FastAPI integration: +```bash pip install 'magic-di[fastapi]' ``` +With Celery integration: +```bash +pip install 'magic-di[celery]' +``` + ## Getting Started ```python