Skip to content

Latest commit

 

History

History
79 lines (49 loc) · 2.66 KB

ride-1.7.4.1.rst

File metadata and controls

79 lines (49 loc) · 2.66 KB

Robot Framework IDE 1.7.4.1

RIDE (Robot Framework IDE) 1.7.4.1 is a new release with bug fixes. This version 1.7.4.1 includes fixes for documentation, duplicate resources on tree, resources import with directory prefix, select all in Grid Editor, and more. The reference for valid arguments is Robot Framework version 3.1.2.

  • See the release_notes for version 1.7.4 with the major changes on that version.

THIS IS THE LAST RELEASE SUPPORTING PYTHON 2.7

wxPython will be updated to current version 4.0.7post2

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

All issues targeted for RIDE v1.7.4.1 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.

If you have pip installed, just run

pip install --upgrade robotframework-ride==1.7.4.1

to upgrade to this final release, or

pip install --upgrade robotframework-ride
pip install robotframework-ride==1.7.4.1

to install exactly this final version for a first time. Alternatively you can download the source distribution from PyPI and install it manually. For more details and other installation approaches, see the installation instructions. See the FAQ for important info about : FOR changes.

A possible way to start RIDE is:

python -m robotide.__init__

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

python -m robotide.postinstall -install

RIDE 1.7.4.1 was released on Monday January 20, 2020.