🐍 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:

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