Skip to content

Installation

github-actions[bot] edited this page May 13, 2026 · 1 revision

Pre-requisites

You need Python >=3.10 on your machine to install numba-cfunc-compiler.

Install with pip

pip install numba-cfunc-compiler

Install with conda

conda install numba-cfunc-compiler --channel conda-forge

Source installation

For other platforms and for development installations, build numba-cfunc-compiler from source.

Clone this wiki locally