From 5aa07e13a5e08ab97a2cb54e083dd6780985dee4 Mon Sep 17 00:00:00 2001 From: Panagiotis Vasilopoulos Date: Mon, 17 Aug 2020 23:07:45 +0300 Subject: [PATCH] docs: install: Add instruction for installing modules with pip Signed-off-by: Panagiotis Vasilopoulos --- docs/install.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index eb3e9fe..667228f 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -86,6 +86,16 @@ following commands: python3-pil python3-pip python3-serial pip3 install --user pysdl2 +Alternatively, if your operating system does not package some or any of +the aforementioned Python modules that were included in the previous +command, you can install all of them with pip instead. Make sure to +adapt the following command appropriately: + +.. code-block:: sh + + pip3 install --user 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 `_