File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff 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://git@github.com/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://git@github.com/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
You can’t perform that action at this time.
0 commit comments