From 84bd85e387bd6b5f1ae798f991734c90bba426ce Mon Sep 17 00:00:00 2001 From: davebshow <davebshow@gmail.com> Date: Thu, 16 Jul 2015 21:35:01 -0400 Subject: [PATCH] added link in docs --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 7087afd..4b2a5ee 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,6 +21,7 @@ Requirements - Python 3.4 - Tinkerpop 3 Gremlin Server 3.0.0 +Still using Python 2? Checkout `gremlinrestclient`_. Dependencies ============ @@ -106,3 +107,4 @@ Indices and tables .. _`aiohttp`: http://aiohttp.readthedocs.org/en/latest/ .. _`ujson`: https://pypi.python.org/pypi/ujson .. _Github: https://github.com/davebshow/aiogremlin/issues +.. _`gremlinrestclient`: http://gremlinrestclient.readthedocs.org/en/latest/ -- GitLab