diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-02-03 18:01:17 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-02-03 18:01:17 (GMT) |
| commit | a5b2e5ec69df20eb43c82a4bcd877b80538324a0 (patch) | |
| tree | b85786f5d2e87ca22625ab74ae6ff2b2631ee359 /docs | |
| parent | a1b1502d926d1afb70fd57eb6eb745c36d2b6ed8 (diff) | |
install: Correct the wasptool dependencies
Fixes: a1b1502d926d ("install: Include the wasptool dependencies in the install guide")
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/install.rst b/docs/install.rst index fba22be..147dffc 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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 |
