fix set up

This commit is contained in:
Masahiro Ogawa 2024-06-21 20:02:33 +09:00
parent 472689c0dc
commit 208140803f
2 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,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