Revision: d935995f44fa
Author: [email protected]
Date: Sun Feb 19 04:31:04 2012
Log: Edited wiki page ReleaseNotes27 through web user interface.
http://code.google.com/p/robotframework/source/detail?r=d935995f44fa&repo=wiki
Modified:
/ReleaseNotes27.wiki
=======================================
--- /ReleaseNotes27.wiki Sun Feb 19 04:29:41 2012
+++ /ReleaseNotes27.wiki Sun Feb 19 04:31:04 2012
@@ -56,14 +56,14 @@
== New installation and start-up system -- `pip` and !IronPython are
supported ==
-Robot Framework installation and start-up have been changed heavily
internally. The biggest enhancements and other changes compared to earlier
version are listed below. For more information see [NewInstallation new
installation instructions], issue 480, and issue 885.
-
- # Installation using `pip` is finally supported.
+Robot Framework installation and start-up have been changed heavily
internally. The biggest enhancements and other changes compared to earlier
version are listed below. For more information see [NewInstallation new
installation instructions] and issue 480.
+
+ # Installation using `pip` is finally supported (issue 885).
# Installation using !IronPython is officially supported. As a result
you get new `ipybot` and `ipyrebot` start-up scripts.
# Installation using Jython creates new `jyrebot` start-up script in
addition to `jybot`.
# Installing from source using Python *does not* create `jybot` script
anymore. You need to install the framework using Jython to create it.
# All start-up scripts (`pybot`, `rebot`, `jybot`, ...) require the
appropriate interpreter to be in `PATH`.
- # Outside Windows start-up scripts are implemented in Python to ease
using them with virtualenv (issue 1057).
+ # Outside Windows, start-up scripts are implemented in Python to ease
using them with virtualenv (issue 1057).
# Source distribution only contains actual source code and tools (issue
1037).
== Library documentation tool `libdoc` is bundled with core framework ==