Skip to content

Commit 5406d58

Browse files
committed
Prepare release, remove pip --pre option
1 parent bc268f0 commit 5406d58

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
NXT-Python is a package for controlling a LEGO NXT robot using the Python
44
programming 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-
96
NXT-Python for Python 2 is no longer supported.
107

118
NXT-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

2623
Install 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

3427
See [installation][] instructions in the documentation for more informations.
3528

docs/installation.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ Installation
33

44
Install 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

128
To check that NXT-Python is correctly installed, connect your NXT brick using
139
a USB cable, and run::

0 commit comments

Comments
 (0)