File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 33NXT-Python is a package for controlling a LEGO NXT robot using the Python
44programming language. It can communicate using either USB or Bluetooth.
55
6- NXT-Python for Python 3 is still alpha version, please report any problem you
7- run into.
8-
96NXT-Python for Python 2 is no longer supported.
107
118NXT-Python repository is on [ Github] [ ] with a mirror on [ sourcehut] [ ] .
@@ -25,11 +22,7 @@ NXT-Python repository is on [Github][] with a mirror on [sourcehut][].
2522
2623Install NXT-Python with pip:
2724
28- python3 -m pip install --upgrade --pre nxt-python
29-
30- As there is only pre-releases for the moment, you need the ` --pre ` option.
31- Without this option, an old NXT-Python version would be installed for
32- Python 2, which is no longer supported.
25+ python3 -m pip install --upgrade nxt-python
3326
3427See [ installation] [ ] instructions in the documentation for more informations.
3528
Original file line number Diff line number Diff line change @@ -3,11 +3,7 @@ Installation
33
44Install NXT-Python with :command: `pip `::
55
6- python3 -m pip install --upgrade --pre nxt-python
7-
8- As there is only pre-releases for the moment, you need the ``--pre `` option.
9- Without this option, an old NXT-Python version would be installed for
10- Python 2, which is no longer supported.
6+ python3 -m pip install --upgrade nxt-python
117
128To check that NXT-Python is correctly installed, connect your NXT brick using
139a USB cable, and run::
You can’t perform that action at this time.
0 commit comments