Skip to content

Commit 0e132da

Browse files
authored
Update README.md (#696)
1 parent 0ed32e6 commit 0e132da

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,16 @@ Main features include:
4949

5050
## Installation
5151

52+
Install using `pip`:
53+
5254
```shell
5355
$ pip install sqladmin
54-
$ pip install sqladmin[full]
56+
```
57+
58+
This will install the full version of sqladmin with optional dependencies:
59+
60+
```shell
61+
$ pip install "sqladmin[full]"
5562
```
5663

5764
---

0 commit comments

Comments
 (0)