Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gerwang committed Jul 25, 2024
1 parent 693c3e9 commit b069d8b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ pip install --upgrade pip setuptools
pip install -e .
```

### Add path to `differentiable-sdf-rendering`

```bash
mkdir -p $CONDA_PREFIX/etc/conda/activate.d
echo 'export PYTHONPATH=$PYTHONPATH:differentiable-sdf-rendering/python' > $CONDA_PREFIX/etc/conda/activate.d/setsdfpath.sh
conda deactivate
conda activate nerfemitter
```

## Project Structure

- `differentiable-sdf-rendering/` contains our modified version of the differentiable SDF rendering code
Expand Down

0 comments on commit b069d8b

Please sign in to comment.