Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 453 Bytes

development.md

File metadata and controls

26 lines (15 loc) · 453 Bytes

Requirements for building

Cargo/Rust, Maturin, Python 3.11+.

Building

Windows: ./wheels.ps1 Linux & OSX: bash wheels.sh

Using

maturin develop

or

pip install .\target\wheels\marloweXXXXXX.whl --force-reinstall

CI

The build-wheels action is used for building the platform specific files which are packaged in the pymod package.