Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joeblackwaslike committed Mar 29, 2023
1 parent a4f6283 commit c518d65
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,31 @@ Install and update using `pip`_:

.. code-block:: text
$ pip install pip uninstall -e git+ssh://[email protected]/joeblackwaslike/quart-sqlalchemy.git@ebe5a53bbece0914a178d3be4d1b3e7104b31490#egg=quart_sqlalchemy
$ pip install quart-sqlalchemy
.. _pip: https://pip.pypa.io/en/stable/getting-started/


Install the latest release with unreleased pytest-asyncio fixes:

.. code-block:: text
$ pip install git+ssh://[email protected]/joeblackwaslike/quart-sqlalchemy.git#egg=quart_sqlalchemy
Install a wheel from our releases:

.. code-block:: text
$ pip install https://github.com/joeblackwaslike/quart-sqlalchemy/releases/download/v3.0.1/quart_sqlalchemy-3.0.1-py3-none-any.whl
Add to requirements.txt:

.. code-block:: text
quart-sqlalchemy @ https://github.com/joeblackwaslike/quart-sqlalchemy/releases/download/v3.0.1/quart_sqlalchemy-3.0.1-py3-none-any.whl
A Simple Example
----------------

Expand Down

0 comments on commit c518d65

Please sign in to comment.