Skip to content

Commit 05ce4d1

Browse files
committed
Highlight the current supported versions
In particular note that Python 3.12 isn't supported by the version of Webots we're using.
1 parent 4d8ec92 commit 05ce4d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

simulator/setting_up_simulator.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Webots is a free open-source robot simulator. It is the program which runs the s
1919

2020
You need to download [Webots from here](https://cyberbotics.com/#download) and install it.
2121

22-
The current supported version is "R2023b".
22+
The current supported version is **R2023b**.
2323

2424
### Troubleshooting: performance
2525

@@ -37,6 +37,9 @@ To do this on Mac, open webots and go to the menu **Webots** → **Preference
3737
You will also need Python installed.
3838
If it is not already installed this can be downloaded and installed from the [Python website](https://www.python.org/).
3939

40+
We recommend using **Python 3.11** as it is the newest supported version and is the version which is used on your physical robot.
41+
The most recent version of Python (3.12), which is the default download, is not yet supported by Webots.
42+
4043
| Platform | Supported Python Version |
4144
|----------|--------------------------|
4245
| Windows | 3.8-3.11 (64-bit) |

0 commit comments

Comments
 (0)