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 <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2020-02-10 14:38:19 +01:00 committed by Johan Hedberg
commit 855ef90f6d

View file

@ -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: