docs: update building from source apt dependencies
The softdevice make target requires unzip Signed-off-by: Sergio Schvezov <sergio.schvezov@ubuntu.com>
This commit is contained in:
parent
20b626f5c2
commit
3423039d35
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ following commands:
|
||||||
|
|
||||||
sudo apt install \
|
sudo apt install \
|
||||||
git build-essential libsdl2-2.0.0 python3-click python3-numpy \
|
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
|
pip3 install --user pysdl2
|
||||||
|
|
||||||
Additionally if you wish to regenerate the documentation you will require
|
Additionally if you wish to regenerate the documentation you will require
|
||||||
|
|
Loading…
Reference in a new issue