Difference between revisions of "Pyrex"

From LFScript
(→‎Dependencies: Python dependency name change)
Line 6: Line 6:
  
 
== Dependencies ==
 
== Dependencies ==
* <dependency>python</dependency>
+
* <dependency>python2</dependency>
  
 
== Installation ==
 
== Installation ==
 
<build user="root">python setup.py install</build>
 
<build user="root">python setup.py install</build>

Revision as of 15:04, 15 June 2014

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

Sources

Dependencies

  • python2

Installation

As the root user:

python setup.py install