Skip to content

Commit c518d65

Browse files
updated readme
1 parent a4f6283 commit c518d65

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,31 @@ Install and update using `pip`_:
2424

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

3131

32+
Install the latest release with unreleased pytest-asyncio fixes:
33+
34+
.. code-block:: text
35+
36+
$ pip install git+ssh://[email protected]/joeblackwaslike/quart-sqlalchemy.git#egg=quart_sqlalchemy
37+
38+
Install a wheel from our releases:
39+
40+
.. code-block:: text
41+
42+
$ pip install https://github.com/joeblackwaslike/quart-sqlalchemy/releases/download/v3.0.1/quart_sqlalchemy-3.0.1-py3-none-any.whl
43+
44+
45+
Add to requirements.txt:
46+
47+
.. code-block:: text
48+
49+
quart-sqlalchemy @ https://github.com/joeblackwaslike/quart-sqlalchemy/releases/download/v3.0.1/quart_sqlalchemy-3.0.1-py3-none-any.whl
50+
51+
3252
A Simple Example
3353
----------------
3454

0 commit comments

Comments
 (0)