Installation and Setup Guide

Python Installation with pip

This package is pip-installable for any Python version. Simply run the following command:

pip install scikit-robot

To install with all optional dependencies:

pip install "scikit-robot[all]"

Installing in Development Mode

If you’re planning on contributing to this repository, please see the Development Guide.