Python documentationView source β†—

InstallationΒΆ

Install COSMolKit from PyPI:

pip install cosmolkit

Verify the installation:

import cosmolkit as ck

print(ck.__version__)

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