Skip to content

Commit 69fe934

Browse files
Update README.adoc
correct versions and style
1 parent 37a70ce commit 69fe934

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride
2828
Currently the unit tests are only tested on Python 3.10 (which is the recommended version).
2929
Likewise, the current version of wxPython, is 4.2.0, but RIDE is known to work with 4.0.7 and 4.1.1 versions.
3030

31-
(3.6 < python < 3.11) Install current released version (**2.0.4**) with:
32-
[source, shell]
33-
pip install -U robotframework-ride
34-
Install current development version (**2.0.4**) with:
35-
[source, shell]
36-
pip install -U https://github.com/robotframework/RIDE/archive/master.zip
31+
(3.6 < python < 3.11) Install current released version (*2.0.5*) with:
32+
33+
`pip install -U robotframework-ride`
34+
35+
Install current development version (**2.0.5**) with:
36+
37+
`pip install -U https://github.com/robotframework/RIDE/archive/master.zip`
3738

3839
// (3.6 < python < 3.11) Install current Beta version (2.1a1) with:
3940
// [source, shell]

0 commit comments

Comments
 (0)