diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-22 12:01:03 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-22 12:01:03 (GMT) |
| commit | 2a7df82864fd3ab49ca148f283feed0b94708f0a (patch) | |
| tree | 388c51673fe024974854498140500094a04bb4bb /docs | |
| parent | bfa715b488554671fe2cd1dbc3a99acd25a9d167 (diff) | |
docs: install: Update install requirements
Some of the new reloader features require additonal python modules.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index 1048f4a..c2e0c08 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -21,7 +21,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 unzip - pip3 install --user pysdl2 + pip3 install --user cbor pysdl2 Additionally if you wish to regenerate the documentation you will require a complete sphinx toolchain: @@ -36,7 +36,7 @@ with pip instead: .. 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 tested using the `GNU-RM toolchain |
