From 8513479231e9cea2b26ee0773eca53912cbc6262 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Mon, 6 Apr 2009 04:28:16 +0000 Subject: [PATCH] mpl/doc/src/README.txt: expand on 'Install prerequisites' (see http://article.gmane.org/gmane.comp.lib.boost.devel/187592) [SVN r52206] --- doc/src/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/README.txt b/doc/src/README.txt index 37a9b66..79b7251 100644 --- a/doc/src/README.txt +++ b/doc/src/README.txt @@ -19,6 +19,12 @@ Building 1. Install prerequisites. + - To install Docutils, go into its source directory and run + ``python setup.py install``. + + - To install HTML/frames writer, go to Sandbox's ``agurtovoy/html_frames`` + directory and run ``python setup.py install``. + 2. Make sure your Python ``Scripts`` directory (e.g. ``C:\Python25\Scripts``) is in your search path.