Skip to content

Commit

Permalink
Update readme for install with extras in zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
waketzheng committed Oct 12, 2024
1 parent 2092f96 commit 96ce9c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,20 @@ You can also install with your db driver (`aiosqlite` is builtin):

.. code-block:: bash
pip install tortoise-orm[asyncpg]
pip install "tortoise-orm[asyncpg]"
For `MySQL`:

.. code-block:: bash
pip install tortoise-orm[asyncmy]
pip install "tortoise-orm[asyncmy]"
For `Microsoft SQL Server`/`Oracle` (**not fully tested**):

.. code-block:: bash
pip install tortoise-orm[asyncodbc]
pip install "tortoise-orm[asyncodbc]"
Quick Tutorial
--------------
Expand Down

0 comments on commit 96ce9c6

Please sign in to comment.