From 855ef90f6d59c3b92712994e9a185f33f1b36d12 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Mon, 10 Feb 2020 14:38:19 +0100 Subject: [PATCH] samples: canbus: canopen: fix python package install instructions Fix the Python3 CANopen module installation instructions to refer to the 'python-can' package instead of the nonexistent 'can' package. Signed-off-by: Henrik Brix Andersen --- samples/subsys/canbus/canopen/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/subsys/canbus/canopen/README.rst b/samples/subsys/canbus/canopen/README.rst index f6fb2765af1..15d9f1281bd 100644 --- a/samples/subsys/canbus/canopen/README.rst +++ b/samples/subsys/canbus/canopen/README.rst @@ -71,7 +71,7 @@ python-can backend as follows: .. code-block:: console - pip3 install --user canopen can + pip3 install --user canopen python-can Next, bring up the CAN interface on the test PC. On GNU/Linux, this can be done as follows: