RIDE (Robot Framework IDE) v2.0rc1 is a new release with major enhancements and bug fixes. This version v2.0rc1 includes removal of Python 2.7 support. The reference for valid arguments is Robot Framework installed version, which is at this moment 6.0.2. However, internal library is based on version 3.1.2, to keep compatibility with old formats.

New Features and Fixes Highlights

We hope to implement or complete features and make fixes on next version 2.1 (in the end of 2023).

The minimal wxPython version is, 4.0.7, and RIDE supports the current version, 4.2.0.

Linux users are advised to install first wxPython from .whl package at wxPython.org.

The CHANGELOG.adoc lists the changes done on the different versions.

All issues targeted for RIDE v2.0 can be found from the issue tracker milestone.

Questions and comments related to the release can be sent to the robotframework-users mailing list or to the channel #ride on Robot Framework Slack, and possible bugs submitted to the issue tracker. You should see Robot Framework Forum if your problem is already known.

If you have pip installed, just run

System Message: WARNING/2 (../doc/releasenotes/ride-2.0rc1.rst, line 94)

Cannot analyze code. No Pygments lexer found for "literal-block".

.. code:: literal-block

   pip install --pre --upgrade robotframework-ride==2.0rc1

to install this RELEASE CANDIDATE release, and for the final release use

System Message: WARNING/2 (../doc/releasenotes/ride-2.0rc1.rst, line 101)

Cannot analyze code. No Pygments lexer found for "literal-block".

.. code:: literal-block

   pip install --upgrade robotframework-ride

System Message: WARNING/2 (../doc/releasenotes/ride-2.0rc1.rst, line 105)

Cannot analyze code. No Pygments lexer found for "literal-block".

.. code:: literal-block

   pip install robotframework-ride==2.0

to install exactly the final version. Alternatively you can download the source distribution from PyPI and install it manually. For more details and other installation approaches, see the installation instructions. If you want to help in the development of RIDE, by reporting issues in current development version, you can install with:

System Message: WARNING/2 (../doc/releasenotes/ride-2.0rc1.rst, line 118)

Cannot analyze code. No Pygments lexer found for "literal-block".

.. code:: literal-block

   pip install -U https://github.com/robotframework/RIDE/archive/master.zip

Important document for helping with development is the CONTRIBUTING.adoc.

See the FAQ for important info about : FOR changes and other known issues and workarounds.

A possible way to start RIDE is:

System Message: WARNING/2 (../doc/releasenotes/ride-2.0rc1.rst, line 131)

Cannot analyze code. No Pygments lexer found for "literal-block".

.. code:: literal-block

   python -m robotide.__init__

You can then go to Tools>Create RIDE Desktop Shortcut, or run the shortcut creation script with:

System Message: WARNING/2 (../doc/releasenotes/ride-2.0rc1.rst, line 138)

Cannot analyze code. No Pygments lexer found for "literal-block".

.. code:: literal-block

   python -m robotide.postinstall -install

RIDE v2.0rc1 was released on 26/Feb/2023.