diff options
| author | Maarten de Jong <accounts@arteeh.com> | 2020-11-13 20:25:55 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-26 19:18:04 (GMT) |
| commit | 02777d5dff0989a7b1c5e1a5838a281ae3ad4240 (patch) | |
| tree | 0970fb264f81f91376cb0c8a22ea72e3678d33dd /docs | |
| parent | 21245bf9187e41312f871385a8f7a8b18affaa91 (diff) | |
Add wget to build dependencies
Signed-off-by: Maarten de Jong <accounts@arteeh.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst index c2e0c08..4b8b7a4 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -19,7 +19,7 @@ following commands: .. code-block:: sh sudo apt install \ - git build-essential libsdl2-2.0.0 python3-click python3-numpy \ + wget git build-essential libsdl2-2.0.0 python3-click python3-numpy \ python3-pexpect python3-pil python3-pip python3-serial unzip pip3 install --user cbor pysdl2 |
