Difference between revisions of "Pyrex"

From LFScript
(Created page with "<scriptname>python-pyrex</scriptname> == Sources == * <sourcecode>http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-0.9.9.tar.gz</sourcecode> == Dependencies ==...")
 
m (→‎Dependencies: Changed reference ID)
Line 5: Line 5:
  
 
== Dependencies ==
 
== Dependencies ==
* <dependency>python2</dependency>
+
* <dependency>Python</dependency>
  
 
== Installation ==
 
== Installation ==
 
<build user="root">python setup.py install</build>
 
<build user="root">python setup.py install</build>

Revision as of 21:24, 7 February 2012

LFScript can find this software under the name python-pyrex.

Sources

Dependencies

  • Python

Installation

As the root user:

python setup.py install