Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 758 Bytes

README.rst

File metadata and controls

28 lines (18 loc) · 758 Bytes

pyMetaTree

Python toolkit to construct metabolic trees

Installation

Installing this package depends on a working installation of Python with pip. To install the package, run:

pip install git+ssh://[email protected]/syngentagroup/scientific-computing-team//pymetatree.git

For Development

When working on the development of this package, the developer wants to work directly on the source code while still using the packaged installation. For that, run:

git clone [email protected]/syngentagroup/scientific-computing-team/pymetatree.git
pip install -e pymetatree/[dev]