From 79e1c462b64d6d406fbd2a366d9992db3aff0409 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Mon, 17 Aug 2009 21:54:01 +0000 Subject: [PATCH] say to ignore darcs warnings [Imported from Trac: page InstallDetails, version 17] --- InstallDetails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallDetails.md b/InstallDetails.md index 0950c1e..03290f3 100644 --- a/InstallDetails.md +++ b/InstallDetails.md @@ -179,7 +179,7 @@ The following procedure will install and run Tahoe on Windows. Note that this a 4. Open a command prompt and cd to the top of the Tahoe tree (e.g. cd \tahoe). -5. Run "C:\Python26\python setup.py build". Wait a bit until it stops working. Note that you need a working network connection because it will download various dependencies. +5. Run "C:\Python26\python setup.py build". Wait a bit until it stops working. Note that you need a working network connection because it will download various dependencies. Ignore any warnings referring to darcs. 6. Run "C:\Python26\python setup.py install". Wait a bit until it stops working. Again, you may need a working network connection.