π Installation#
The easiest way to install Herbie and its dependencies is with Conda from conda-forge.
conda install -c conda-forge herbie-data
Carpenter Workshop π§° (optional)#
An optional dependency is my βCarpenter Workshopβ package. This has some general tools that are useful for making maps and performing other tasks. You might see me use these tools in the tutorials.
pip install git+https://github.com/blaylockbk/Carpenter_Workshop.git
Alternative Methods#
Herbie is published on PyPI and you can install it with pip, but it requires some dependencies that you will have to install yourself:
Python 3.8+
cURL
Cartopy, which requires GEOS and Proj.
cfgrib, which requires eccodes.
Optional: wgrib2
Optional: Carpenter Workshop
When those are installed within your environment, then you can install Herbie with pip.
# Last published version
pip install herbie-data
# ~~ or ~~
# Main Branch
pip install git+https://github.com/blaylockbk/Herbie.git