docs: install: Fix typo in apt-get line for buster
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
f2ad6a7d3f
commit
a0ee26a412
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ following commands:
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
sudo apt install \
|
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-numpy python3-pexpect python3-pil python3-pip python3-pydbus \
|
||||||
python3-serial unzip
|
python3-serial unzip
|
||||||
pip3 install --user cbor pysdl2
|
pip3 install --user cbor pysdl2
|
||||||
|
|
Loading…
Reference in a new issue