diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-02-11 18:53:13 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-02-11 18:53:13 (GMT) |
| commit | a0ee26a41204b8ec7fb54d788c0e179133ceb5e6 (patch) | |
| tree | 7c9c8b15c1e3c4929b4dab6b6853511552ac7758 /docs | |
| parent | f2ad6a7d3f8d4f38fd79176de728ad50b5f8a00c (diff) | |
docs: install: Fix typo in apt-get line for buster
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
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 147dffc..99fafb1 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -19,7 +19,7 @@ following commands: .. code-block:: sh sudo apt install \ - wget git build-essential libsdl2-2.0.0 python3-click python3-gi \ + wget git build-essential libsdl2-2.0-0 python3-click python3-gi \ python3-numpy python3-pexpect python3-pil python3-pip python3-pydbus \ python3-serial unzip pip3 install --user cbor pysdl2 |
