These instructions install the selected release: metbit 1.0.5.
Installing metbit 1.0.5
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==1.0.5"Verify the installation
python -c "import metbit; print(metbit.__version__)"Import the public API
This historical release does not expose a reliably detectable package-root API. Review the API index and source links before adapting modern examples.
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.