This commit is contained in:
Masahiro Ogawa 2024-10-30 16:49:33 +00:00 committed by GitHub
commit d01bb12784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,7 @@ The optimizer uses PyTorch and CUDA extensions in a Python environment to produc
Our default, provided install method is based on Conda package and environment management:
```shell
SET DISTUTILS_USE_SDK=1 # Windows only
sudo apt-get install libglm-dev # linux only
conda env create --file environment.yml
conda activate gaussian_splatting
```

View File

@ -5,6 +5,7 @@ channels:
- defaults
dependencies:
- cudatoolkit=11.6
- cudatoolkit-dev=11.6
- plyfile
- python=3.7.13
- pip=22.3.1