From fbfd4fa3626a59eacdba98afbb287cc4e5c79915 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 2 Jun 2010 14:05:31 -0400 Subject: [PATCH] Add PYTHONPATH reminders to doc/tutorial.txt and doc/install.txt --- doc/install.txt | 10 +++++++--- doc/tutorial.txt | 4 +++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/install.txt b/doc/install.txt index b6ed383..201fff6 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -6,9 +6,9 @@ Dependencies ============ Hooke is routinely run successfully on Windows and Linux based -systems. It is possible to run it happily on Mac OS X too (though -install can be a bit trickier). Technically, Hooke should run wherever -the Python_ programming language is installed. +systems. It is possible to run it happily on Mac OS X (though install +can be a bit trickier). Technically, Hooke should run wherever the +Python_ programming language is installed. You'll need the following Python modules: @@ -75,3 +75,7 @@ it's source directory:: $ unzip hooke.zip $ cd hooke $ python bin/hooke + +You may need to give the full path for Python on Windows systems, and +also check that the current working directory (`.`) is in your +`PYTHONPATH`. See `python(1)` for details. diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 6a85383..b1a450c 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -44,7 +44,9 @@ If you are running hooke from the source directory (see $ python bin/hooke -You may need to give the full path for Python on Windows systems. +You may need to give the full path for Python on Windows systems, and +also check that the current working directory (`.`) is in your +`PYTHONPATH`. See `python(1)` for details. As Hooke launches, you should see something like the following in your terminal:: -- 2.26.2