Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ channels:
- defaults
dependencies:
- cudatoolkit=11.6
- cudatoolkit-dev=11.6
- plyfile
- python=3.7.13
- pip=22.3.1
Expand Down