From 2a7df82864fd3ab49ca148f283feed0b94708f0a Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sun, 22 Nov 2020 12:01:03 +0000 Subject: [PATCH] docs: install: Update install requirements Some of the new reloader features require additonal python modules. Signed-off-by: Daniel Thompson --- docs/install.rst | 4 ++-- 1 file 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