From 981c55580aad7ee54a83fbd8fc6db7961b70422d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Denizou?= <59029291+tim-tim707@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:18:57 +0200 Subject: [PATCH] Update README.md On windows CMD, I couldn't manage to make `sogs-compress` work. Using `python -m sogs.cli` instead was working properly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f05860..10205a6 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ pip install -e ./sogs ## Usage -`sogs-compress --ply your_ply_file.ply --output-dir directory_to_store_images_and_metadata` +`python -m sogs.cli --ply your_ply_file.ply --output-dir directory_to_store_images_and_metadata`