summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPanagiotis Vasilopoulos <hello@alwayslivid.com>2020-08-17 20:07:45 (GMT)
committerDaniel Thompson <daniel.thompson@linaro.org>2020-08-19 19:14:26 (GMT)
commit5aa07e13a5e08ab97a2cb54e083dd6780985dee4 (patch)
tree1b4e335f1726bde803b248789c09394e1ed9631c /docs
parentd982db0575ad8dc6e4cba920e9c6b546cc4f93a4 (diff)
docs: install: Add instruction for installing modules with pip
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst10
1 files changed, 10 insertions, 0 deletions
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
<https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm>`_