Skip to content

Commit e830f4d

Browse files
committed
Document how to install the simulator libraries (if people want to)
1 parent 73a6e53 commit e830f4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

simulator/setting_up_simulator.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ You will also need Python installed.
2626
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.
2727
Note that for local development you will need to install these yourself.
2828

29+
Once you have downloaded the simulation, the libraries can be installed with `pip install -r competition-simulator.../libraries.txt`.
30+
2931
## Installing the simulation
3032

3133
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.
3537
simulation
3638
├── competition-simulator-<version>
3739
│ ├── ...
40+
│ └─ libraries.txt
3841
│ └─ worlds
3942
│ └── Arena.wbt
4043
└── robot.py

0 commit comments

Comments
 (0)