diff doc/sphinx/getting-started.rst @ 24:35bd8af5f52a

Sphinx doc changes to fill out L1d3 intro. Also, add scipy to dependency list.
author Peter Jacobs <peterj@mech.uq.edu.au>
date Sun, 05 Feb 2012 08:56:28 +1000
parents a54503138206
children 2e97ce715ec0
line wrap: on
line diff
--- a/doc/sphinx/getting-started.rst	Sun Feb 05 07:25:39 2012 +1000
+++ b/doc/sphinx/getting-started.rst	Sun Feb 05 08:56:28 2012 +1000
@@ -36,7 +36,7 @@
 * a Unix-like system with GNU-make, C and C++ compilers
 * popt (command-line parser) library and development files
 * readline library (including the header files, libreadline5-dev on Ubuntu)
-* Python + (with the numpy extension)
+* Python + (with the numpy and scipy extensions)
 * SWIG
 * Tcl/Tk + the BWidget library (to run the GUI program e3console.tcl)
 
@@ -63,6 +63,7 @@
 #. gcc-gfortran
 #. swig
 #. python-devel
+#. scipy
 #. readline-devel (for Lua)
 #. popt-devel
 
@@ -77,6 +78,7 @@
 #. swig
 #. python-dev
 #. python-numpy
+#. python-scipy
 #. libreadline-dev
 #. libpopt-dev
 #. tk