/
These instructions install the selected release: metbit 6.1.1.

Installing metbit 6.1.1

Use an isolated Python environment so scientific dependencies remain reproducible.

Install from PyPI

python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install "metbit==6.1.1"

Verify the installation

python -c "import metbit; print(metbit.__version__)"

Import the public API

from metbit import (
    pca,
    opls_da,
    STOCSY,
)

Historical compatibility

Old releases may require older Python or dependency versions. The generated API pages describe the selected tag, but they do not change the runtime constraints of that historical package.

Downloads for metbit 6.1.1PyPI and GitHub measure different distribution channels. Statistics refresh daily.

Counts are distribution activity, not unique users. GitHub source archives and Git clones are not included. Sources: PyPI Stats, Pepy, ClickPy, and GitHub Releases.

metbit 6.1.1 documentation