maturin build --cargo-extra-args=--features=python-extension
python3 -m pip install --user target/wheels/*.whl
+Note: an ongoing bug in maturin interferes with successful installation. This can be worked around by explicitly installing only the .whl files needed rather than installing everything (*.whl).
+
## Coriolis2
See [[coriolis2]] page, for those people doing layout work.