Skip to content
Browse Python documentation
Python documentationView source ↗

Installation

Install COSMolKit from PyPI:

pip install cosmolkit

Verify the installation:

import cosmolkit

print(cosmolkit.__version__)

COSMolKit depends on NumPy for array outputs such as coordinates and distance bounds matrices.

COSMolKit Docs

Loading documentation