README: Add py3.5 requirement

This commit is contained in:
Yury Selivanov 2016-05-05 23:13:54 -04:00
parent f59e8cdfa6
commit 9e618fbf72
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ http://magic.io/blog/uvloop-blazing-fast-python-networking/
Installation
------------
uvloop is available on PyPI, so you can simply use pip::
uvloop requires Python 3.5 and is available on PyPI.
Use pip to install it::
$ pip install uvloop