cdanielmachado / framed

framed: a metabolic modeling package for python
http://framed.readthedocs.io/
Other
25 stars 10 forks source link

Added setup.py to framed. #13

Closed phantomas1234 closed 11 years ago

phantomas1234 commented 11 years ago

Now you can install a development version just by

python setup.py develop

or you can install it properly by

python setup.py install

Daniel, maybe you can fill in some dependencies and other information?