Setup and Installation
To install with conda:
% conda install -c numba -c numba/label/dev pixie
(Note: numba/label/dev required for the dev version of llvmlite)
To work with C source code, you need clang=14, and to work with cython you’ll also need cython itself.
% conda install clang=14 cython
To work with Numba code, you need the latest dev build of Numba
% conda install -c numba/label/dev numba