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:
parent
f58e4e0e67
commit
855ef90f6d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue