Merge pull request #40 from smorokin/patch-1

Fixed line ordering in install.md
This commit is contained in:
collerek
2020-11-11 15:10:27 +07:00
committed by GitHub

View File

@ -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]
```