docs: install: Update install requirements
Some of the new reloader features require additonal python modules. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
bfa715b488
commit
2a7df82864
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,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 unzip
|
python3-pexpect python3-pil python3-pip python3-serial unzip
|
||||||
pip3 install --user pysdl2
|
pip3 install --user cbor pysdl2
|
||||||
|
|
||||||
Additionally if you wish to regenerate the documentation you will require
|
Additionally if you wish to regenerate the documentation you will require
|
||||||
a complete sphinx toolchain:
|
a complete sphinx toolchain:
|
||||||
|
@ -36,7 +36,7 @@ with pip instead:
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
pip3 install --user click numpy pexpect Pillow pyserial pysdl2
|
pip3 install --user cbor click numpy pexpect Pillow pyserial pysdl2
|
||||||
|
|
||||||
You will also need a toolchain for the Arm Cortex-M4. wasp-os is developed and
|
You will also need a toolchain for the Arm Cortex-M4. wasp-os is developed and
|
||||||
tested using the `GNU-RM toolchain
|
tested using the `GNU-RM toolchain
|
||||||
|
|
Loading…
Reference in a new issue