Jelajahi Sumber

Small Readme fix

bkerbl 2 tahun lalu
induk
melakukan
46c853bd71
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      README.md

+ 1 - 1
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
 ```