From 4e0c96312718091c58db82e954400ee084c6fd26 Mon Sep 17 00:00:00 2001 From: Eeshan Garg Date: Sat, 18 Apr 2020 21:56:37 -0230 Subject: [PATCH] zulip/README.md: Add note clarifying Python 2 support. --- zulip/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zulip/README.md b/zulip/README.md index 24d9da2..715debc 100644 --- a/zulip/README.md +++ b/zulip/README.md @@ -8,6 +8,9 @@ following dependencies: * six * typing (version >= 3.5.2.2) +**Note**: If you'd like to use the Zulip bindings with Python 2, we +recommend installing version 0.6.4. + #### Installing This package uses distutils, so you can just run: