Skip to content

Commit f1cc5e6

Browse files
committed
Update docs
1 parent ac2c4d6 commit f1cc5e6

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,25 @@ With <b>microbootstrap</b>, you get an application with built-in support for:
3939
- `opentelemetry`
4040
- `logging`
4141

42-
<b>microbootstrap</b> supports `litestar` and `fastapi` frameworks for now.
42+
<b>microbootstrap</b> supports only `litestar` framework for now.
4343

4444
Interested? Let's jump right into it ⚡
4545

4646
## Installation
4747

48-
`microbootstrap` is not available on pypi yet.
48+
You can install package with `pip` or `poetry`.
49+
50+
poetry:
51+
52+
```bash
53+
$ poetry add microbootstrap -E litestar
54+
```
55+
56+
pip:
57+
58+
```bash
59+
$ poetry add microbootstrap[litestar]
60+
```
4961

5062
## Quickstart
5163

0 commit comments

Comments
 (0)