mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2024-11-22 08:18:17 +00:00
fix set up
This commit is contained in:
parent
472689c0dc
commit
208140803f
@ -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
|
||||
```
|
||||
|
@ -5,6 +5,7 @@ channels:
|
||||
- defaults
|
||||
dependencies:
|
||||
- cudatoolkit=11.6
|
||||
- cudatoolkit-dev=11.6
|
||||
- plyfile
|
||||
- python=3.7.13
|
||||
- pip=22.3.1
|
||||
|
Loading…
Reference in New Issue
Block a user