From 459dece6197f517b5af4b78568a6ac08dda5a2d3 Mon Sep 17 00:00:00 2001 From: Elijah Harmon Date: Thu, 16 Nov 2023 09:37:34 -0800 Subject: [PATCH] wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6791737..c2b92c5 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Follow these sparkly steps to get your TensorRT ready for action! 🛠️✨ 8. **Python TensorRT Installation** 🎡 Once you have all the files copied over, you should have a folder at `C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\python`. If you do, good, then run the following command to install TensorRT in python. ``` - pip install C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\python\tensorrt-8.6.1-cp311-none-win_amd64.whl + pip install "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\python\tensorrt-8.6.1-cp311-none-win_amd64.whl" ``` 🚨 If the following steps didn't work, don't stress out! 😅 The labeling of the files corresponds with the Python version you have installed on your machine. We're not looking for the 'lean' or 'dispatch' versions. 🔍 Just locate the correct file and replace the path with your new one. 🔄 You've got this! 💪