@@ -21,6 +21,20 @@ This project is hosted in GitHub_ and downloads are available in PyPI_.
21
21
.. _GitHub : https://github.com/robotframework/PythonRemoteServer
22
22
.. _PyPI : http://pypi.python.org/pypi/robotremoteserver
23
23
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
+
24
38
Installation
25
39
------------
26
40
@@ -37,6 +51,9 @@ install it using:
37
51
38
52
$ python setup.py install
39
53
54
+ Change ``python `` above to ``jython `` or ``ipy `` to install using Jython
55
+ or IronPython, respectively, instead of Python.
56
+
40
57
.. _`pip` : http://www.pip-installer.org
41
58
.. _`source distribution` : PyPI _
42
59
0 commit comments