Skip to content

Commit

Permalink
Merge pull request #73 from v715/patch-1
Browse files Browse the repository at this point in the history
Fix indexing in the README
  • Loading branch information
benjamindkilleen committed Jun 26, 2022
2 parents f00aa0f + 48626ae commit 4ca7545
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ DeepDRR requires an NVIDIA GPU, preferably with >11 GB of memory.
conda install -c conda-forge pycuda
```

to install it in your environment. 4. You may also wish to [install PyTorch](https://pytorch.org/get-started/locally/) separately, depending on your setup. 5. Install from `PyPI`
to install it in your environment.

4. You may also wish to [install PyTorch](https://pytorch.org/get-started/locally/) separately, depending on your setup.
5. Install from `PyPI`

```bash
pip install deepdrr
Expand Down

0 comments on commit 4ca7545

Please sign in to comment.