diff --git a/docs/install.md b/docs/install.md index 80790bd..26339b2 100644 --- a/docs/install.md +++ b/docs/install.md @@ -26,11 +26,10 @@ All three should install along the installation of ormar if not present at your ```py pip install ormar[postgresql] ``` +Will install also `asyncpg` and `psycopg2`. ### Mysql -Will install also `asyncpg` and `psycopg2`. - ```py pip install ormar[mysql] ```