Skip to content

Commit 1b1c6a7

Browse files
committed
review tweaks
1 parent 319cc47 commit 1b1c6a7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

simulator/setting_up_simulator.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ title: Setting up the Simulator
66
Setting up the Simulator
77
========================
88

9-
# Prerequisites
9+
## Prerequisites
1010

1111

12-
## Webots
12+
### Webots
1313

1414
Our simulator runs in a program called Webots.
1515
In order to run the simulation you first need to install Webots.
@@ -18,7 +18,7 @@ You need to download [Webots from here](https://cyberbotics.com/#download) and i
1818
The current supported version is "R2023b".
1919

2020

21-
## Python
21+
### Python
2222

2323
You will also need Python installed.
2424
If it is not already installed this can be downloaded and installed from the [Python website](https://www.python.org/).
@@ -88,6 +88,7 @@ print(sys.executable)
8888
~~~~~
8989

9090
Once you have the path you need to enter this into the Webots settings.
91+
9192
To do this on Windows, open webots and go to the menu **Tools** → **Preferences** → **General** → **Python command** and enter the path in that box.
9293
Your Python path is likely similar to `C:\Users\<USERNAME>\AppData\Local\Programs\Python\Python311\python.exe` when using Python 3.11, where `<USERNAME>` is your login.
9394

@@ -105,6 +106,4 @@ To update, you will need to delete the `competition-simulator-<version>` folder
105106
If you need a specific version of the simulator, or want to see what changes have been made with each version, please see the [list of releases][release-list].
106107

107108
[discord]: {{ site.baseurl }}/tutorials/discord
108-
[programming-help]: https://discord.com/channels/900501415548579842/900501416269971457
109-
[simulator-help]: https://discord.com/channels/900501415548579842/900501416269971458
110109
[release-list]: https://github.com/srobo/competition-simulator/releases

0 commit comments

Comments
 (0)