1 OSX and Homebrew Notes
Mark Jessop edytuje tę stronę 2021-12-11 11:06:38 +10:30

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.