Skip to content

Commit c850300

Browse files
committed
Review comments
1 parent df73f21 commit c850300

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

kit/brain_board/python_libraries.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Available Python Libraries
44
---
55

66
<!-- Simulator libraries https://github.com/srobo/competition-simulator/blob/main/libraries.txt -->
7-
<!-- Robot image libraries https://github.com/srobo/robot-image/blob/main/libraries.txt -->
8-
<!-- Robot image requirements https://github.com/srobo/robot-image/blob/main/requirements.txt -->
7+
<!-- Robot image libraries https://github.com/srobo/robot-image/blob/main/files/python/libraries.txt -->
8+
<!-- Robot image requirements https://github.com/srobo/robot-image/blob/main/files/python/requirements.txt -->
99

1010
# Available Python Libraries
1111

@@ -43,7 +43,9 @@ Generally we will try to keep the libraries available in the simulator the same
4343
The list below outlines the differences.
4444

4545
<!-- cspell:disable -->
46+
* `debugpy` is not available in the simulator
4647
* `flask` is not available in the simulator
4748
* `opencv` is not available in the simulator
49+
* `sr-robot3` that comes with the simulator has the same API but is different to the one available on pypi
4850
<!-- cspell:enable -->
4951

0 commit comments

Comments
 (0)