Skip to content

OSX and Homebrew Notes

Mark Jessop edited this page Dec 11, 2021 · 1 revision

Just some notes on getting this working on my new Macbook (M1, OSX 12 Monterey, Homebrew)

Needed the following packages from Homebrew:

$ brew install eccodes geos
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

This seemed to go and builds a few packages from source, which is a bit of a pain. Only took a few minutes though.

Clone this wiki locally