You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: simulator/setting_up_simulator.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ You will also need Python installed.
26
26
There are a small number of [external libraries]({{ site.baseurl }}/kit/brain_board/python_libraries) which will be available to your robot code during the competition.
27
27
Note that for local development you will need to install these yourself.
28
28
29
+
Once you have downloaded the simulation, the libraries can be installed with `pip install -r competition-simulator.../libraries.txt`.
30
+
29
31
## Installing the simulation
30
32
31
33
1. Create a directory, perhaps called `simulation` where you will store your robot code.
@@ -35,6 +37,7 @@ Note that for local development you will need to install these yourself.
0 commit comments