Skip to content

Installation

You can install pymoors directly from PyPi doing

pip install pymoors
or you can clone from the repository

# Fork & clone the repo
git clone https://github.com/your-username/moo-rs.git
# Go directly to the pymoors directory
cd moo-rs/pymoors
# 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.