Skip to content

Commit f67d4a8

Browse files
committed
Merge branch 'simulator-libraries'
2 parents 4c619a3 + 134d575 commit f67d4a8

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

competition-simulator/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ You will also need Python installed.
3131

3232
In the competition, Python 3.7 will be used.
3333

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/).
3840

3941
### Installing the simulation
4042

programming/python/libraries.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ Included Libraries
99
Competition Simulator
1010
---------------------
1111

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/).
1622

1723
Robot Kit
1824
---------

0 commit comments

Comments
 (0)