Skip to content

Commit

Permalink
Add mention about extras
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-git committed Mar 27, 2024
1 parent 145d800 commit 26d3814
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26d3814

Please sign in to comment.