summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorvieira <vieira@yubo.be>2015-12-05 03:40:26 +0000
committerBrian May <brian@linuxpenguins.xyz>2016-04-03 13:14:02 +1000
commit4241381d827ca42fd40b6a4bc5a4e2fdde92577b (patch)
tree1406e21383f796307e98f7b3242d1094972bc253 /docs
parent6e15e690295ee6d17d1ab64b85f0adebb7e3ac7a (diff)
Backward compatibility with Python 2.4 (server)
It is often the case that the user has no administrative control over the server that is being used. As such it is important to support as many versions as possible, at least on the remote server end. These fixes will allow sshuttle to be used with servers that have only python 2.4 or python 2.6 installed while hopefully not breaking the compatibility with 2.7 and 3.5.
Diffstat (limited to 'docs')
-rw-r--r--docs/requirements.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/requirements.rst b/docs/requirements.rst
index 0c66538..c35824f 100644
--- a/docs/requirements.rst
+++ b/docs/requirements.rst
@@ -62,6 +62,7 @@ cmd.exe with Administrator access. See :doc:`windows` for more information.
Server side Requirements
------------------------
+Server requirements are more relaxed, however it is recommended that you use
Python 2.7 or Python 3.5.