``` git clone <robotpy-repo> pip install robotpy-build wheel export RPYBUILD_DEBUG=1 export RPYBUILD_PARALLEL=1 python setup.py bdist_wheel pip install dist/whatever.whl ```