@@ -4,38 +4,45 @@ Robot Framework 3.0
4
4
5
5
.. default-role :: code
6
6
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 `.
13
11
14
12
Questions and comments related to the release can be sent to the
15
13
`robotframework-users <http://groups.google.com/group/robotframework-users >`_
16
14
and possible bugs `submitted to the issue tracker
17
15
<https://github.com/robotframework/robotframework/issues> `__.
18
16
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
-
31
17
Robot Framework 3.0 was released on Thursday December 31, 2015.
32
18
33
19
.. contents ::
34
20
:depth: 2
35
21
:local:
36
22
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
+
37
44
Upgrading from earlier versions
38
- ===============================
45
+ -------------------------------
39
46
40
47
As usual with new major releases, there are some `backwards incompatible
41
48
changes `_ and `deprecated features `_ that should be taken into account
0 commit comments