Skip to content

Commit ac003de

Browse files
committed
Add a note on installation to README
1 parent b5e879a commit ac003de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ This enables asyncpg to have easy-to-use support for:
3737
* straightforward support for custom data types
3838

3939

40+
Installation
41+
------------
42+
43+
asyncpg requires Python 3.5 and is available on PyPI.
44+
Use pip to install it::
45+
46+
$ pip install asyncpg
47+
48+
4049
Basic Usage
4150
-----------
4251

0 commit comments

Comments
 (0)