diff --git a/README.md b/README.md index a2b2f67b..5fbf1eb3 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 optional dependencies: + +```shell +$ pip install "sqladmin[full]" ``` ---