From 97206487c3991564bbe03918649172ee52db7fb7 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 12 Oct 2007 23:21:53 -0700
Subject: [PATCH] README: edit to clarify that you can't use "make" if you
 installed it the easy_install way

---
 README | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 46fbfb29..f967db2c 100644
--- a/README
+++ b/README
@@ -208,12 +208,11 @@ Running-In-Place Way, and The Debian Way.  Choose one:
 
 TESTING THAT IT IS PROPERLY INSTALLED
 
- 'make check-deps' checks that all of the required Python package
- dependencies are installed.
-
- 'make test' runs the unit test suites.  (This can take a long time on
- slow computers.  There are a lot of tests and some of them do a lot of
- public-key cryptography.)
+ If you have gotten the source code, then you can run 'make check-deps'
+ checks that all of the required Python package dependencies are installed.
+ You can run 'make test' runs the unit test suites.  (This can take a long
+ time on slow computers.  There are a lot of tests and some of them do a lot
+ of public-key cryptography.)
 
  Executing the tahoe script from the "bin" subdirectory will work only if
  Tahoe itself is installed, either because it is installed into the local
-- 
2.45.2