From bf5871327f364035a6604a350b610baa972183f1 Mon Sep 17 00:00:00 2001 From: Elijah Harmon Date: Fri, 22 Apr 2022 20:04:55 -0400 Subject: [PATCH] Adding pip and python issue solution vids --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 72f05a0..807d806 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,10 @@ ANYTHING dealing with Machine Learning can be funky with your computer. So if yo 2. Make sure you have a pet Python (aka install python) - https://www.python.org/ +***IF YOU GET THE FOLLOWING ERROR `python is not recognized as an internal or external command, operable program, or batch file` Watch This: https://youtu.be/E2HvWhhAW0g*** + +***IF YOU GET THE FOLLOWING ERROR `pip is not recognized as an internal or external command, operable program, or batch file` Watch This: https://youtu.be/zWYvRS7DtOg*** + 3. (Windows Users) Open up either `PowerShell` or `Command Prompt`. This can be done by pressing the Windows Key and searching for one of those applications. 4. To install `PyTorch` go to this website, https://pytorch.org/get-started/locally/, and Select the stable build, your OS, Pip, Python and CUDA 11.3. Then select the text that is generated and run that command.