From 28614d0855d92236de377a5f3901f0de31ce75eb Mon Sep 17 00:00:00 2001 From: Snosixtyboo <40643808+Snosixtyboo@users.noreply.github.com> Date: Wed, 30 Aug 2023 03:10:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7506b64..22e9ec7 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ python convert.py -s --skip_matching [--resize] #If not resizing, Ima - *I'm on Windows and I can't manage to build the submodules, what do I do?* Consider following the steps in the excellent video tutorial [here](https://www.youtube.com/watch?v=UXtuigy_wYc), hopefully they should help. The order in which the steps are done is important! Alternatively, consider using the linked Colab template. -- *It still doesn't work. It says something about ```cl.exe```* User Henry Pearce found a workaround. You can you try adding the visual studio path to your environment variables (your version number might differ); +- *It still doesn't work. It says something about ```cl.exe```. What do I do?* User Henry Pearce found a workaround. You can you try adding the visual studio path to your environment variables (your version number might differ); ```C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64``` Then make sure you start a new conda prompt and cd to your repo location and try this; ```