From fbe6886e34e8466c005445724c826d843af14756 Mon Sep 17 00:00:00 2001 From: Seth House Date: Fri, 11 Dec 2015 09:59:41 -0700 Subject: [PATCH] Add note to README about deps and Python version compat --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index f812f1e..69794fb 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,10 @@ daemons as though they were running Salt locally. The long-term goal is to add additional CLI scripts maintain the same interface as Salt's own CLI scripts (``salt``, ``salt-run``, ``salt-key``, etc). +It does not require any additional dependencies and runs on Python 2.5+ and +Python 3. (Python 3 support is new, please file an issue if you encounter +trouble.) + .. __: https://github.com/saltstack/salt-api Installation