From ae38896f000ca4a6d2a4e3e1afbcf72813d5c88d Mon Sep 17 00:00:00 2001 From: klaatu Date: Fri, 22 Nov 2019 19:37:19 +1300 Subject: python/nxt-python: Update README and update dep. Signed-off-by: Willy Sudiarto Raharjo --- python/nxt-python/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'python/nxt-python/README') diff --git a/python/nxt-python/README b/python/nxt-python/README index bd05e263c6..ebba712129 100644 --- a/python/nxt-python/README +++ b/python/nxt-python/README @@ -1,7 +1,8 @@ nxt-python (python module to control Lego NXT) nxt-python is a python 2.x driver/interface for the Lego Mindstorms -NXT robot. +NXT robot. Development for this has stalled, so there is no +[complete] Python3 implementation. Setup ------ @@ -9,8 +10,8 @@ Setup In order to use nxt-python with an NXT kit, you should add a 'lego' group to your system, and add yourself to that group: -# groupadd lego -# usermod -a -G lego YourUserName + # groupadd lego + # usermod -a -G lego YourUserName You will also want to set up a udev rule to identify NXT hardware and grant the 'lego' group permission to use it. @@ -21,7 +22,7 @@ want to verify the vendor code of the NXT unit. To verify the vendor code, connect the NXT hardware to your computer and then run: -lsusb + # lsusb Look at the ID for the Lego device; it will probably be 0694, but if not, then change the value in the sample udev rule to match. -- cgit v1.2.3