Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agn-7 authored Jan 15, 2024
1 parent fadf4d6 commit 9069229
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,16 @@ Main features include:

## Installation

Install using `pip`:

```shell
$ pip install sqladmin
$ pip install sqladmin[full]
```

This will install the full version of sqladmin with extra dependencies for security:

```shell
$ pip install "sqladmin[full]"
```

---
Expand Down

0 comments on commit 9069229

Please sign in to comment.