From 48626ae771cb5087b14ec126c31fac4a4fa21b88 Mon Sep 17 00:00:00 2001 From: Vivek Gopalakrishnan Date: Thu, 23 Jun 2022 11:37:48 -0400 Subject: [PATCH] Fix indexing in the README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1077759e..ab3d6105 100644 --- a/README.md +++ b/README.md @@ -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