Merge pull request #40 from smorokin/patch-1
Fixed line ordering in install.md
This commit is contained in:
@ -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]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user