From 46c853bd717bf419f4204b6b3b82e9f8bfad780c Mon Sep 17 00:00:00 2001 From: bkerbl Date: Tue, 4 Jul 2023 11:04:42 +0200 Subject: [PATCH] Small Readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 667742e..342f993 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The optimizer uses PyTorch and CUDA extensions in a Python environment to produc Our provided install method is based on Conda package and environment management: ```shell -conda env create --file environment.yml # This will take less time +conda env create --file environment.yml conda activate gaussian_splatting ```