File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,12 @@ You will also need Python installed.
31
31
32
32
In the competition, Python 3.7 will be used.
33
33
34
- Currently no [ external libraries] ({{ site.baseurl}}/programming/python/libraries)
35
- are provided, however if there are libraries which you need you can request
36
- their inclusion [ via the forums] ( /forum ) (please include a link to the package
37
- on [ PyPI] ( https://pypi.org/ ) ).
34
+ There are a small number of [ external libraries] ({{ site.baseurl}}/programming/python/libraries)
35
+ which will be available to your robot code during the competition. Note that for
36
+ local development you will need to install these yourself.
37
+
38
+ If there are other libraries you would like included, please let us know
39
+ [ via the forums] ( /forum ) and include a link to the package on [ PyPI] ( https://pypi.org/ ) .
38
40
39
41
### Installing the simulation
40
42
Original file line number Diff line number Diff line change @@ -9,10 +9,16 @@ Included Libraries
9
9
Competition Simulator
10
10
---------------------
11
11
12
- The competition simulator currently doesn't include any packages other than the
13
- standard library. If there is library you would like included, please let us
14
- know [ via the forums] ( /forum ) and include a link to the package on
15
- [ PyPI] ( https://pypi.org/ ) .
12
+ The following libraries will be available to your robot code during the
13
+ competition. Note that for local development you will need to install these
14
+ yourself.
15
+
16
+ <!-- updating this list? Also update https://github.com/srobo/competition-simulator/blob/master/libraries.txt -->
17
+
18
+ * [ matplotlib 3.2.2] ( https://pypi.org/project/matplotlib/3.2.2/ )
19
+
20
+ If there are other libraries you would like included, please let us know
21
+ [ via the forums] ( /forum ) and include a link to the package on [ PyPI] ( https://pypi.org/ ) .
16
22
17
23
Robot Kit
18
24
---------
You can’t perform that action at this time.
0 commit comments