File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ The following table shows the available installation options for different datab
1717 * - SQLite
1818 - ``pip install tortoise-orm ``
1919 * - PostgreSQL (psycopg)
20- - ``pip install tortoise-orm[psycopg] ``
20+ - ``pip install " tortoise-orm[psycopg]" ``
2121 * - PostgreSQL (asyncpg)
22- - ``pip install tortoise-orm[asyncpg] ``
22+ - ``pip install " tortoise-orm[asyncpg]" ``
2323 * - MySQL (aiomysql)
24- - ``pip install tortoise-orm[aiomysql] ``
24+ - ``pip install " tortoise-orm[aiomysql]" ``
2525 * - MySQL (asyncmy)
26- - ``pip install tortoise-orm[asyncmy] ``
26+ - ``pip install " tortoise-orm[asyncmy]" ``
2727 * - MS SQL
28- - ``pip install tortoise-orm[asyncodbc] ``
28+ - ``pip install " tortoise-orm[asyncodbc]" ``
2929 * - Oracle
30- - ``pip install tortoise-orm[asyncodbc] ``
30+ - ``pip install " tortoise-orm[asyncodbc]" ``
3131
3232
3333Optional Dependencies
@@ -43,7 +43,7 @@ The following command will install all optional dependencies:
4343
4444.. code-block :: bash
4545
46- pip install tortoise-orm[accel]
46+ pip install " tortoise-orm[accel]"
4747..
4848
4949Tutorial
You can’t perform that action at this time.
0 commit comments