Browse Source

[1290] small update to README

Jelte Jansen 13 years ago
parent
commit
6bdd521c49
1 changed files with 5 additions and 2 deletions
  1. 5 2
      tests/lettuce/README

+ 5 - 2
tests/lettuce/README

@@ -14,12 +14,15 @@ To install lettuce, if you have the python pip installation tool, simply do
 pip install lettuce
 pip install lettuce
 See http://lettuce.it/intro/install.html
 See http://lettuce.it/intro/install.html
 
 
-At this moment, we have a fixed port for local tests in our setups, port 47806.
-This port must be free. (TODO: can we make this run-time discovered?)
+Most systems have the pip tool in a separate package; on Debian-based systems
+it is called python-pip. On FreeBSD the port is devel/py-pip.
 
 
 Running the tests
 Running the tests
 -----------------
 -----------------
 
 
+At this moment, we have a fixed port for local tests in our setups, port 47806.
+This port must be free. (TODO: can we make this run-time discovered?)
+
 To run the tests, just run 'lettuce' in this directory.
 To run the tests, just run 'lettuce' in this directory.
 
 
 We have provided a script that sets up the shell environment to run the tests
 We have provided a script that sets up the shell environment to run the tests