Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 609dd18

Browse files
committed
Added note on readme about pip install with aiohttp. Addresses pusher#52
1 parent ff469db commit 609dd18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ normally `easy_install` or `pip`. For example:
4444
pip install pusher
4545
```
4646

47+
Users on Python 2.x and older versions of pip may get a warning, due to pip compiling the optional `pusher.aiohttp` module, which uses Python 3 syntax. However, as `pusher.aiohttp` is not used by default, this does not affect the library's functionality. See [our Github issue](https://github.com/pusher/pusher-http-python/issues/52), as well as [this issue from Gunicorn](https://github.com/benoitc/gunicorn/issues/788) for more details.
48+
4749
Getting started
4850
---------------
4951

0 commit comments

Comments
 (0)