Skip to content

Commit ea35e37

Browse files
committed
Tuning RF 3.0 release notes
1 parent da2925d commit ea35e37

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

doc/releasenotes/rf-3.0.rst

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,45 @@ Robot Framework 3.0
44

55
.. default-role:: code
66

7-
Robot Framework 3.0 a new major release with Python 3 support and a new
8-
listener interface that allows modifying executed tests as well as execution
9-
results. Also start-up scripts have been enhanced and it is now possible to
10-
run tests with new `robot` command and like `python -m robot`. All issues
11-
targeted for RF 3.0 can be found from the `issue tracker
12-
<https://github.com/robotframework/robotframework/issues?q=milestone%3A3.0>`_.
7+
Robot Framework 3.0 is a new major release with Python 3 support and a new
8+
powerful listener interface that allows modifying executed tests as well as
9+
execution results. Also start-up scripts have been enhanced and it is now
10+
possible to run tests with new `robot` command and like `python -m robot`.
1311

1412
Questions and comments related to the release can be sent to the
1513
`robotframework-users <http://groups.google.com/group/robotframework-users>`_
1614
and possible bugs `submitted to the issue tracker
1715
<https://github.com/robotframework/robotframework/issues>`__.
1816

19-
If you have `pip <http://pip-installer.org>`_ installed, just run
20-
`pip install --upgrade robotframework` to install or upgrade to the latest
21-
version or use `pip install robotframework==3.0` to install exactly
22-
this version. Alternatively you can download the source distribution from
23-
`PyPI <https://pypi.python.org/pypi/robotframework>`_ and install it manually.
24-
For more details and other installation approaches, see the `installation
25-
instructions <../../INSTALL.rst>`_.
26-
27-
Separate Windows installers are not created anymore.
28-
The standalone jar with Jython 2.7 is available at `Maven central
29-
<http://search.maven.org/#search%7Cga%7C1%7Ca%3Arobotframework>`_.
30-
3117
Robot Framework 3.0 was released on Thursday December 31, 2015.
3218

3319
.. contents::
3420
:depth: 2
3521
:local:
3622

23+
Installation
24+
============
25+
26+
The easiest way to install or upgrade to the latest version is using
27+
`pip <http://pip-installer.org>`_::
28+
29+
pip install --upgrade robotframework
30+
31+
Alternatively you can download the source distribution from `PyPI
32+
<https://pypi.python.org/pypi/robotframework>`_, extract it, and install it
33+
by running::
34+
35+
python setup.py install
36+
37+
For more details, including installing Python, Jython and IronPython, see
38+
the `installation instructions <../../INSTALL.rst>`_.
39+
40+
The standalone JAR distribution with Jython 2.7 is available at `Maven central
41+
<http://search.maven.org/#search%7Cga%7C1%7Ca%3Arobotframework>`_.
42+
Separate Windows installers `are not created anymore <#2218_>`_.
43+
3744
Upgrading from earlier versions
38-
===============================
45+
-------------------------------
3946

4047
As usual with new major releases, there are some `backwards incompatible
4148
changes`_ and `deprecated features`_ that should be taken into account

0 commit comments

Comments
 (0)