Skip to content

Commit 8ee43fa

Browse files
authored
docs: Update Getting Started installation commands (#1958)
1 parent 729a885 commit 8ee43fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/getting_started.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

3333
Optional 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
4949
Tutorial

0 commit comments

Comments
 (0)