Skip to content

Commit

Permalink
update readme by reminding to git clone submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
maturk authored Sep 29, 2023
1 parent 61cb9a5 commit 6bb778a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Our version of differentiable gaussian rasterizer

# Installation
Clone the repository and submodules with

```
git clone --recurse-submodules URL
```

For CUDA development, it is recommend to install with `BUILD_NO_CUDA=1`, which
will disable compiling during pip install, and instead use JIT compiling on your
Expand Down

0 comments on commit 6bb778a

Please sign in to comment.