# numbacc **Repository Path**: mirrors_numba/numbacc ## Basic Information - **Project Name**: numbacc - **Description**: The Numba ahead-of-time compiler - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-16 - **Last Updated**: 2026-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README ## SETUP Prerequiste ``` conda install conda-project ``` Setup environment: ``` conda project prepare -n dev make setup-workspace conda project run build ``` Note: - subsequent update to `dev` environment can run `make build` in the environment Activation ``` conda activate ./envs/dev ``` Testing ``` pytest ./nbcc ```