From d8e21c043cda7d5cea4319753ad92ad09915824e Mon Sep 17 00:00:00 2001 From: skynet1010 <60467279+skynet1010@users.noreply.github.com> Date: Sun, 25 Jan 2026 00:38:42 +0100 Subject: [PATCH] Fix installation command for o-voxel --- o-voxel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o-voxel/README.md b/o-voxel/README.md index 0dba0bf..465523d 100644 --- a/o-voxel/README.md +++ b/o-voxel/README.md @@ -18,7 +18,7 @@ This library provides an efficient implementation for the instant bidirectional ```bash git clone -b main https://github.com/microsoft/TRELLIS.2.git --recursive -pip install TRELLIS.2/o_voxel --no-build-isolation +pip install TRELLIS.2/o-voxel --no-build-isolation ``` ## Quick Start