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.
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.