Revision: 752
          http://rpy.svn.sourceforge.net/rpy/?rev=752&view=rev
Author:   lgautier
Date:     2009-08-23 15:55:46 +0000 (Sun, 23 Aug 2009)

Log Message:
-----------
added Macports to the list of providers for packaged rpy2

Modified Paths:
--------------
    trunk/htdocs/templates/base.html
    trunk/htdocs/templates/rpy2_download.html

Modified: trunk/htdocs/templates/base.html
===================================================================
--- trunk/htdocs/templates/base.html    2009-08-16 05:52:41 UTC (rev 751)
+++ trunk/htdocs/templates/base.html    2009-08-23 15:55:46 UTC (rev 752)
@@ -139,5 +139,8 @@
   </table>
     <!-- END Document table -->
 
+  <small>
+  <center>Last update on {{ date.tm_mon }}-{{ date.tm_year }}</center>
+  </small>
   </body>
 </html>

Modified: trunk/htdocs/templates/rpy2_download.html
===================================================================
--- trunk/htdocs/templates/rpy2_download.html   2009-08-16 05:52:41 UTC (rev 
751)
+++ trunk/htdocs/templates/rpy2_download.html   2009-08-23 15:55:46 UTC (rev 
752)
@@ -2,8 +2,16 @@
 
 {% block main %}
 <div class="news-body">
+
     <h3>Download</h3>
 
+<h4>Requirements</h4>
+
+<ul>
+  <li> Python &gt;= 2.4 </li>
+  <li> R &gt= 2.8 and compiled with the option <i>--enable-R-shlib</i> </li>
+</ul>
+
 <h4>Released versions</h4>
 
 <h5>Manual installs</h5>
@@ -32,12 +40,12 @@
 can be done by running 
 <a href="http://peak.telecommunity.com/DevCenter/EasyInstall";>easy_install</a> 
 <pre>
-easy_install install rpy2
+easy_install rpy2
 </pre>
 
 <p>
 <i>rpy2</i> is also packaged for a number of systems
-(Debian/Ubuntu, RedHat/Fedora, openSUSE, Gentoo, Fink).
+(Debian/Ubuntu, RedHat/Fedora, openSUSE, Gentoo, Fink, Macports).
 </p>
 
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to