Python toolkit to construct metabolic trees
Installing this package depends on a working installation of Python with pip. To install the package, run:
pip install git+ssh://git@gitlab.com/syngentagroup/scientific-computing-team//pymetatree.git
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 git@gitlab.com/syngentagroup/scientific-computing-team/pymetatree.git
pip install -e pymetatree/[dev]