Mentions légales du service

Skip to content
Snippets Groups Projects
README.md 2.12 KiB

scikit_build_example

Gitter

CI status
conda.recipe Conda Actions Status
pip builds Pip Actions Status

An example project built with pybind11 and scikit-build.

Installation

On Unix (Linux, macOS)

  • clone this repository
  • pip install ./scikit_build_example

On Windows

  • For Python 3.5+:
    • clone this repository
    • pip install ./scikit_build_example
  • For Python 2.7:
    • Pybind11 + Scikit-Build does not support Python 2.7 on Windows.

CI Examples