Add PYTHONPATH reminders to doc/tutorial.txt and doc/install.txt
authorW. Trevor King <wking@drexel.edu>
Wed, 2 Jun 2010 18:05:31 +0000 (14:05 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 2 Jun 2010 18:05:31 +0000 (14:05 -0400)
doc/install.txt
doc/tutorial.txt

index b6ed383d7c7c8a85352c3eacfd9b8ded2c7a7986..201fff699ae1a755f7c43047730049bfb4678e7f 100644 (file)
@@ -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.
index 6a85383faa3ba4dfbeb9b78725ee1b3f6f5dc9a1..b1a450c67b9a9ca5edfd3fe36a796ebeca7a2075 100644 (file)
@@ -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::