diff README.txt @ 651:44a862c1e559

0.6dev: First round of changes to docs in preparation for 0.6 release.
author osimons
date Mon, 24 Aug 2009 23:41:09 +0000
parents 7f181708d048
children de04ce69da53
line wrap: on
line diff
--- a/README.txt
+++ b/README.txt
@@ -28,7 +28,7 @@
 ------------
 
 Bitten is written in Python, so make sure that you have Python installed.
-You'll need Python 2.3 or later. Also, make sure that setuptools
+You'll need Python 2.4 or later. Also, make sure that setuptools
 (http://peak.telecommunity.com/DevCenter/setuptools), version 0.6a2 or later,
 is installed.
 
@@ -53,7 +53,7 @@
 done. You might need to install software that the build of your project
 requires, but the Bitten build slave itself doesn't require anything extra.
 
-For the build master and web interface, you'll need to install Trac 0.10 or
+For the build master and web interface, you'll need to install Trac 0.11 or
 later. Please refer to the Trac documentation for information on how it is
 installed.
 
@@ -95,25 +95,6 @@
 least, you'll have to "activate" the build configuration.
 
 
-Running the Build Master
-------------------------
-
-At this point, you're ready to start the Bitten build master. The
-installation of Bitten should have put a `bitten-master` executable on your
-path. If the script is not on your path, look for it in the `bin` or
-`scripts` subdirectory of your Python installation.
-
-To find out about the options and arguments of the master, execute it with
-the `--help` option as follows:
-
-  $ bitten-master --help
-
-Most commonly, you'll want to specify the log level and log file, as well as
-the path to the Trac environment:
-
-  $ bitten-master --verbose --log=/var/log/bittend /var/trac/myproject
-
-
 Running the Build Slave
 -----------------------
 
Copyright (C) 2012-2017 Edgewall Software