Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Update README.md #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ The following codebase was successfully run with Python 3.8 and CUDA 11.3. We
suggest installing the library in a virtual environment such as Anaconda.

To install required libraries, run: \
`conda env create -f enviornment_dynibar.yml`
`conda env create -f environment_dynibar.yml`

To install softmax splatting for preprocessing, clone and install the library
from [here](https://github.com/hperrot/splatting).