Installation

Stable release

To install MetaNetMap, run this command in your terminal:

pip install metanetmap

Development version

To install the latest development version from source:

git clone git@github.com:coraliemuller/metanetmap.git
cd metanetmap
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install .

Dependencies

MetaNetMap dependencies:

  • pandas

  • numpy

  • cobra

  • setuptools

  • aiohttp

  • tqdm

Now that installation is complete, you can proceed to the Quickstart.