From ad8acac4060b5089d82c274f2d052da4e053eb54 Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Sun, 17 May 2020 12:52:30 +0200 Subject: [PATCH] Update Installation.rst - Fixed linter error and download link Signed-off-by: Christoph Weitkamp --- Sphinx/Getting Started/Installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sphinx/Getting Started/Installation.rst b/Sphinx/Getting Started/Installation.rst index 8e6c66e7..581d2843 100644 --- a/Sphinx/Getting Started/Installation.rst +++ b/Sphinx/Getting Started/Installation.rst @@ -76,7 +76,7 @@ Instructions for installation in a Docker container are available :doc:`here `_ and copy it to the path specified above in the EXTRA_JAVA_OPTS. + #. Download the `standalone Jython 2.7.0 jar `_ and copy it to the path specified above in the EXTRA_JAVA_OPTS. A full installation of Jython can also be used, but the paths above would need to be modified. Jython 2.7.1 and 2.7.2a1+ will also work, but 2.7.0 has proven to be very stable. #. Copy the ``/Script Examples/Python/hello_world.py`` script to ``/automation/jsr223/python/personal/``.