diff options
| author | Sergio Schvezov <sergio.schvezov@canonical.com> | 2020-10-14 20:31:40 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel.thompson@linaro.org> | 2020-11-06 22:18:05 (GMT) |
| commit | 3423039d35ec38010668132ae11b24b94f8c070a (patch) | |
| tree | 7c0f445cb11bb123b00348e410b25ef1dbd7450e /docs | |
| parent | 20b626f5c240efbd0ebb24004cf0c00bf8dc65a7 (diff) | |
docs: update building from source apt dependencies
The softdevice make target requires unzip
Signed-off-by: Sergio Schvezov <sergio.schvezov@ubuntu.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 a11b654..b003141 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -20,7 +20,7 @@ following commands: sudo apt install \ git build-essential libsdl2-2.0.0 python3-click python3-numpy \ - python3-pexpect python3-pil python3-pip python3-serial + python3-pexpect python3-pil python3-pip python3-serial unzip pip3 install --user pysdl2 Additionally if you wish to regenerate the documentation you will require |
