[Scipy-svn] r2072 - trunk/Lib/sandbox/svm

scipy-svn at scipy.org scipy-svn at scipy.org
Mon Jul 10 18:21:29 EDT 2006


Author: fullung
Date: 2006-07-10 17:21:13 -0500 (Mon, 10 Jul 2006)
New Revision: 2072

Modified:
   trunk/Lib/sandbox/svm/README
Log:
Minor updates.


Modified: trunk/Lib/sandbox/svm/README
===================================================================
--- trunk/Lib/sandbox/svm/README	2006-07-10 22:09:29 UTC (rev 2071)
+++ trunk/Lib/sandbox/svm/README	2006-07-10 22:21:13 UTC (rev 2072)
@@ -27,10 +27,23 @@
 scons
 cp libsvm_.so ..
 
-2. Run the tests in the tests directory.
+2. Install NumPy SVN r2780 or later.
 
+3. Install ctypes 0.9.9.6 or later.
+
 On Windows:
 
+http://sourceforge.net/project/showfiles.php?group_id=71702
+
+On Linux, one of:
+
+yum install python-ctypes
+apt-get install python-ctypes
+
+4. Run the tests in the tests directory.
+
+On Windows:
+
 cd tests
 set PYTHONPATH=..;..\..
 test_classification.py




More information about the Scipy-svn mailing list