Installation
From PyPI
The simplest way to install pvtend:
pip install pvtend
Or with uv (fast, Rust-based installer):
uv pip install pvtend
From source (development)
git clone https://github.com/yanxingjianken/pvtend.git
cd pvtend
pip install -e ".[dev]"
With micromamba
micromamba create -f environment.yml
micromamba activate pvtend_env
pip install -e ".[dev]"
Dependencies
- Core:
numpy, scipy, xarray, pandas, netCDF4, tqdm
- Visualization:
matplotlib, cartopy
- Test:
pytest
- Docs:
sphinx, sphinx-rtd-theme, nbsphinx