Skip to content

Commit

Permalink
Fix indexing in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenvivek committed Jun 23, 2022
1 parent f00aa0f commit 48626ae
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 48626ae

Please sign in to comment.