From 9069229b8f5ee8652b1dd2b48b0b20a503e89cbc Mon Sep 17 00:00:00 2001 From: Benyamin Jafari Date: Mon, 15 Jan 2024 13:58:09 +0330 Subject: [PATCH 1/2] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2b2f67b..c07949bb 100644 --- a/README.md +++ b/README.md @@ -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]" ``` --- From c1c8045809844ab6041cd34bd2b9fe1d8eedc662 Mon Sep 17 00:00:00 2001 From: Amin Alaee Date: Wed, 31 Jan 2024 09:47:22 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c07949bb..5fbf1eb3 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Install using `pip`: $ pip install sqladmin ``` -This will install the full version of sqladmin with extra dependencies for security: +This will install the full version of sqladmin with optional dependencies: ```shell $ pip install "sqladmin[full]"