Skip to content

Installation

Note

This package is still under very active development, and anything may change at any moment. Semantic versioning will be followed starting from release v1.0.0.

Releases from PyPI

To install the latest stable version of the package, run the following command:

pip install metabolike

If you are being a bit more adventurous, the pre-release version is also available:

pip install --pre metabolike

Latest version from GitHub

As the package is still in its early stages, it is recommended to get the latest version from GitHub:

git clone --depth 1 https://github.com/y1zhou/metabolike

To install the package, run the following command:

pip install . # (1)
  1. Note that you should cd into the directory first, i.e. cd metabolike.

Contributing

If you would like to contribute to metabolike, some extra dependencies including pytest, MkDocs, black, and pre-commit are needed:

pip install -e .[dev]