Installation

TODO: MetaboBlend is not yet released on conda/pypi TODO: change package name

PyPi

Install the current release of metaboblend with pip:

$ pip install metaboblend

Note

  • The installation process will take a few minutes.

To upgrade to a newer release use the --upgrade flag:

$ pip install --upgrade metaboblend

If you do not have permission to install software systemwide, you can install into your user directory using the --user flag:

$ pip install --user metaboblend

Alternatively, you can manually download metaboblend from GitHub or PyPI. To install one of these versions, unpack it and run the following from the top-level source directory using the Terminal:

$ pip install .

Testing

MetaboBlend uses the Python unittest testing package.