From dee314f55c1fa98a404fbb0a6d293426a728b1cd Mon Sep 17 00:00:00 2001 From: Bernhard Kerbl Date: Tue, 4 Jul 2023 23:53:02 +0200 Subject: [PATCH] updated readme --- README.md | 6 +----- SIBR_viewers_windows | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 38b4b08..ded3077 100644 --- a/README.md +++ b/README.md @@ -71,14 +71,10 @@ 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 +SET DISTUTILS_USE_SDK=1 # Windows only conda env create --file environment.yml conda activate gaussian_splatting ``` -Note for Windows: if setup stops and you are prompted to set ```DISTUTILS_USE_SDK=1```, please complete the environment setup with: -```shell -SET DISTUTILS_USE_SDK=1 -conda env update --file environment.yml -``` Tip: Downloading packages and creating a new environment with Conda can require a significant amount of disk space. By default, Conda will use the main system hard drive. You can avoid this by specifying a different package download location and an environment on a different drive: diff --git a/SIBR_viewers_windows b/SIBR_viewers_windows index 71ced00..aac8152 160000 --- a/SIBR_viewers_windows +++ b/SIBR_viewers_windows @@ -1 +1 @@ -Subproject commit 71ced0023fd0c0aaaa83bb1ab32bce1d4ed630c7 +Subproject commit aac8152e6b31c4a8401c58bd18f0a00b193f4049