Miniconda Installation

Miniconda Installation#

To manage Python environments easily, we recommend installing Miniconda, a lightweight package manager that supports the conda ecosystem.

🔧 Installation Steps#

  1. Go to the Miniconda download page

  2. Select the installer for your OS (macOS, Windows, or Linux)

  3. Follow the on-screen instructions

  4. After installation, verify it works:

conda --version

You’re now ready to create a custom Python environment for climate analysis.