diff --git a/README.md b/README.md index c7e70e7..e27aabc 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ SKBUILD_BUILD_DIR="build" SKBUILD_CMAKE_BUILD_TYPE=Debug uv pip install --no-build-isolation -ve . ``` +### Release Install +```bash +SKBUILD_CMAKE_BUILD_TYPE=Release uv pip install -v . +``` + ### Format ```bash find python -name "*.py" | xargs ruff format && find include src -name "*.h" -o -name "*.cc" | xargs clang-format -i