Installation

This package is pretty minimal and should run on all machines. It supports Python 3.10+.

With pip

pip install pyfmaps

Plotting

The plotting helpers in pyFM.viz, used throughout the example gallery, are optional and pull in PyVista:

pip install 'pyfmaps[viz]'

From source

git clone https://github.com/RobinMagnet/pyFM.git
cd pyFM
pip install -e .