Installation¶
Requirements¶
pySnowClim requires Python 3.8 or later and the following packages:
numpy
xarray
scipy
netCDF4
pandas
requests
Installation Methods¶
From Source¶
To install from source, clone the repository and install:
git clone https://github.com/abbylute/pySnowClim.git
cd pySnowClim
pip install -e .
Development Installation¶
For development, install with additional dependencies:
git clone https://github.com/abbylute/pySnowClim.git
cd pySnowClim
pip install -e ".[dev]"
Verification¶
Test your installation by running:
python verify_installation.py