From 602cf473f29382e9c8a0a8ff990acb4a21c1631d Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 1 Nov 2015 23:05:13 +0100 Subject: [PATCH] Fix --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 403c090..3a74197 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ highly concurrent applications. Requirements ------------ -``HBMQTT`` is built on Python :mod:`asyncio` library which was introduced in Python 3.4. Tests shown that ``HBMQTT`` runs best on Python 3.4.3. Python 3.5.0 is also fully supported and recommended. +``HBMQTT`` is built on Python :mod:`asyncio` library which was introduced in Python 3.4. Tests have shown that HBMQTT run best with Python 3.4.3. Python 3.5.0 is also fully supported and recommended. Make use you use one of these version before installing ``HBMQTT``. Installation ------------