Installation¶
Stable release¶
It's recommended to create and activate a conda environment first, then install via pip:
1 2 3 4 5 6 | |
This is the preferred method to install climdata, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
From sources¶
To install climdata from sources, create/activate a conda environment and then install from the repository:
1 2 3 4 5 6 7 8 9 10 | |