@@ -21,6 +21,20 @@ This project is hosted in GitHub_ and downloads are available in PyPI_.
2121.. _GitHub : https://github.com/robotframework/PythonRemoteServer
2222.. _PyPI : http://pypi.python.org/pypi/robotremoteserver
2323
24+ Supported Python versions
25+ -------------------------
26+
27+ As already mentioned, this remote server officially supports Python _, Jython _,
28+ and IronPython _, but it should work also with PyPY _. The server has been tested
29+ on Linux, OSX, and Windows, but should work also on other operating systems.
30+
31+ Remote server 1.0 series ought to support all Python, Jython, and IronPython
32+ versions between 2.2 and 2.7, but not all combinations have been thoroughly
33+ tested. Support for versions prior and possibly including 2.5 will likely
34+ be dropped in the future when we target Python 3 compatibility.
35+
36+ .. _PyPy : http://pypy.org/
37+
2438Installation
2539------------
2640
@@ -37,6 +51,9 @@ install it using:
3751
3852 $ python setup.py install
3953
54+ Change ``python `` above to ``jython `` or ``ipy `` to install using Jython
55+ or IronPython, respectively, instead of Python.
56+
4057.. _`pip` : http://www.pip-installer.org
4158.. _`source distribution` : PyPI _
4259
0 commit comments