File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed 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
17
17
* - SQLite
18
18
- ``pip install tortoise-orm ``
19
19
* - PostgreSQL (psycopg)
20
- - ``pip install tortoise-orm[psycopg] ``
20
+ - ``pip install " tortoise-orm[psycopg]" ``
21
21
* - PostgreSQL (asyncpg)
22
- - ``pip install tortoise-orm[asyncpg] ``
22
+ - ``pip install " tortoise-orm[asyncpg]" ``
23
23
* - MySQL (aiomysql)
24
- - ``pip install tortoise-orm[aiomysql] ``
24
+ - ``pip install " tortoise-orm[aiomysql]" ``
25
25
* - MySQL (asyncmy)
26
- - ``pip install tortoise-orm[asyncmy] ``
26
+ - ``pip install " tortoise-orm[asyncmy]" ``
27
27
* - MS SQL
28
- - ``pip install tortoise-orm[asyncodbc] ``
28
+ - ``pip install " tortoise-orm[asyncodbc]" ``
29
29
* - Oracle
30
- - ``pip install tortoise-orm[asyncodbc] ``
30
+ - ``pip install " tortoise-orm[asyncodbc]" ``
31
31
32
32
33
33
Optional Dependencies
@@ -43,7 +43,7 @@ The following command will install all optional dependencies:
43
43
44
44
.. code-block :: bash
45
45
46
- pip install tortoise-orm[accel]
46
+ pip install " tortoise-orm[accel]"
47
47
..
48
48
49
49
Tutorial
You can’t perform that action at this time.
0 commit comments