Installation
Make sure your rust version is greater than or equal to 1.76.0
, and then you can install moors directly from crates.io doing
cargo add moors
Make sure your python version is greater than or equal to 3.10
and then can install pymoors directly from PyPI doing
pip install pymoors
Development
# Fork & clone the repo
git clone https://github.com/your-username/moo-rs.git
# Go directly to the pymoors/moors directory
cd moo-rs/pymoors # or cd moo-rs/moors
# Build in dev mod
make build-dev
# or build in release mode
make build-release
For detailed requirements to install from source, see the Developer Guide.