Revision: 3225
Author: pekka.klarck
Date: Thu May 6 07:27:59 2010
Log: tuning
http://code.google.com/p/robotframework/source/detail?r=3225
Modified:
/trunk/doc/userguide/src/GettingStarted/Installation.txt
=======================================
--- /trunk/doc/userguide/src/GettingStarted/Installation.txt Thu May 6
05:15:17 2010
+++ /trunk/doc/userguide/src/GettingStarted/Installation.txt Thu May 6
07:27:59 2010
@@ -33,8 +33,7 @@
Installation packages are available from
http://downloads.robotframework.org, and source code from
-http://source.robotframework.org.
-
+http://source.robotframework.org.
Preconditions
~~~~~~~~~~~~~
@@ -109,7 +108,6 @@
3. It is possible to do `manual installation`_.
-
Installation
~~~~~~~~~~~~
@@ -154,7 +152,6 @@
Pybot script: /usr/bin/pybot
Jybot script: /usr/bin/jybot
Rebot script: /usr/bin/rebot
- Installation was successful.
Using Windows installer
'''''''''''''''''''''''
@@ -178,7 +175,6 @@
__ `Setting up environment`_
__ `Where files are installed`_
-
Using Easy Install
''''''''''''''''''
@@ -303,18 +299,17 @@
type::
$ pybot --version
- Robot Framework 2.1 (Python 2.5.1 on darwin)
+ Robot Framework 2.5 (Python 2.6.5 on darwin)
To verify that Robot Framework works also with Jython, type::
$ jybot --version
- Robot Framework 2.1 (Jython 2.2 on java1.6.0_03)
+ Robot Framework 2.5 (Jython 2.5.1 on java1.6.0_07)
In both cases, the exact version and platform information can, of course,
differ from these. On Jython, you may also get some notifications from
Jython package manager upon the first execution.
-
Uninstallation
~~~~~~~~~~~~~~
@@ -335,7 +330,6 @@
__ `Using Easy Install`_
__ `Where files are installed`_
-
Upgrading
~~~~~~~~~
@@ -343,11 +337,11 @@
the versions used:
- If you are upgrading from one minor Robot Framework version to
- another (for example, from 2.0 to 2.0.1), it is safe to install the
+ another (for example, from 2.5 to 2.5.1), it is safe to install the
new version over the old one, unless stated otherwise.
- If you are upgrading from one major Robot Framework version to
- another (for example, from 2.0 to 2.1), then it is highly
+ another (for example, from 2.1.3 to 2.5), then it is highly
recommended to uninstall the old version before the new
installation.