summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-19 12:27:09 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-19 12:27:09 +0100
commitff70b774960944b5e91df7b7509ed3209ecf1b3f (patch)
tree7e6b62fe11d473ef8ebb626113beb904b28cbc69 /README
parent5e3bb4491a4f7105f27b4fa16ad26968076812e5 (diff)
downloadaioeventlet-ff70b774960944b5e91df7b7509ed3209ecf1b3f.tar.gz
update setup.py: adjust asyncio dependency
use builtin asyncio, use tulip or use trollus depending on the python version
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 3651b49..5ac3d4f 100644
--- a/README
+++ b/README
@@ -16,7 +16,11 @@ Installation
Requirements:
- eventlet (it was tested with eventlet 0.15)
-- trollius 1.0 or newer
+- asyncio or trollius:
+
+ * Python 3.4 and newer: asyncio is now part of the stdlib
+ * Python 3.3: need Tulip 0.4.1 or newer (pip install asyncio)
+ * Python 2.6-3.2: need trollius 1.0 or newer (pip install trollius)
Type::