Skip to content

Commit

Permalink
Merge pull request #58 from pusher/mention-syntax-error-warning-on-re…
Browse files Browse the repository at this point in the history
…adme

Added note on readme about pip install with aiohttp. Addresses #52
  • Loading branch information
jpatel531 committed May 29, 2015
2 parents 4462d58 + 609dd18 commit 6590b30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ normally `easy_install` or `pip`. For example:
pip install pusher
```

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.

Getting started
---------------

Expand Down

0 comments on commit 6590b30

Please sign in to comment.