Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
HelioGuilherme66 authored May 4, 2024
1 parent 729b3c9 commit b452c0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride
Currently the unit tests are tested on Python 3.10, and 3.11 (which is the recommended version).
Likewise, the current version of wxPython, is 4.2.1, but RIDE is known to work with 4.0.7 and 4.1.1 versions.

(3.6 < python <= 3.11) Install current released version (*2.0.8.1*) with:
(3.6 < python &lt;= 3.11) Install current released version (*2.0.8.1*) with:

`pip install -U robotframework-ride`

(3.8 < python <= 3.12) Install current development version (**2.1dev28**) with:
(3.8 < python &lt;= 3.12) Install current development version (**2.1dev30**) with:

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

Expand All @@ -57,7 +57,7 @@ Likewise, the current version of wxPython, is 4.2.1, but RIDE is known to work w
== Unit testing statuses:

// Linux (py36, py37, py38, py39): image:https://app.travis-ci.com/HelioGuilherme66/RIDE.svg?branch=master[Unit Tests, link=https://app.travis-ci.com/github/HelioGuilherme66/RIDE]
Linux (Fedora 38: py3.12, Ubuntu 22.04: py3.10): image:https://img.shields.io/github/actions/workflow/status/HelioGuilherme66/RIDE/linux.yml[Unit Tests, link=https://github.com/HelioGuilherme66/RIDE/actions/workflows/linux.yml]
Linux (Fedora 40: py3.12, Ubuntu 22.04: py3.10): image:https://img.shields.io/github/actions/workflow/status/HelioGuilherme66/RIDE/linux.yml[Unit Tests, link=https://github.com/HelioGuilherme66/RIDE/actions/workflows/linux.yml]

Windows (Python 3.11): image:https://ci.appveyor.com/api/projects/status/github/HelioGuilherme66/RIDE?branch=master&svg=true[Unit Tests, link=https://ci.appveyor.com/project/HelioGuilherme66/ride]

Expand Down

0 comments on commit b452c0d

Please sign in to comment.