From: Marek Marecki Date: Fri, 3 May 2013 12:06:43 +0000 (+0200) Subject: Changes in README X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c8b0cc0181aba2be90a98d93507b364c28594be5;p=diaspy.git Changes in README --- diff --git a/README.md b/README.md index 213fab7..b9bd971 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ #### Python API for Diaspora (unofficial) `diaspy` is a set of modules which form API for D\* social network. -The API is written in Python 3.x and is not Python 2.x compatible. +The API is written in Python and should be both 3.x and 2.x compatible. +Test suite will cause problems when run with 2.x so testing should be done +using python3 interpreter. Object oriented design of `diaspy` makes it easily reusable by other developers who want to use only part of the API.