--- a/trunk/htdocs/CHANGELOG +++ b/trunk/htdocs/CHANGELOG @@ -1,6 +1,8 @@ New entries should be added at the top ============================================================== +2004-10-16 Streamlined the matlab interface wrapper, removed the +noplot option to hist - just use mlab.hist instead. 2004-09-30 Added Andrew Dalke's strftime code to extend the range of dates supported by the DateFormatter - JDH
--- a/trunk/htdocs/INSTALL +++ b/trunk/htdocs/INSTALL @@ -57,6 +57,11 @@ location, you will need to set the MATPLOTLIBDATA environment variable to point to the install base dir. + Once you have everything above set to your liking, just do the usual + thing + + python setup.py build + python setup.py install WINDOWS