install: Correct the wasptool dependencies
Fixes: a1b1502d92
("install: Include the wasptool dependencies in the install guide")
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
a1b1502d92
commit
a5b2e5ec69
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ following commands:
|
|||
.. code-block:: sh
|
||||
|
||||
sudo apt install \
|
||||
wget git build-essential libsdl2-2.0.0 python3-click python3-numpy \
|
||||
python3-pexpect python3-pil python3-pip python3-pydbus \
|
||||
python-pygobject python3-serial unzip
|
||||
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
|
||||
|
||||
Additionally if you wish to regenerate the documentation you will require
|
||||
|
|
Loading…
Reference in a new issue