From e936e5d1f218272321dbbfeeb8493d1b07d6480b Mon Sep 17 00:00:00 2001 From: tazlin Date: Fri, 6 Dec 2024 19:21:42 -0500 Subject: [PATCH] docs: note to install python to PATH as req. --- README_advanced.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_advanced.md b/README_advanced.md index d991f08f..8f11e8a1 100644 --- a/README_advanced.md +++ b/README_advanced.md @@ -88,6 +88,7 @@ exit * Install [git](https://git-scm.com/) in your system. * Install CUDA/RoCM if you haven't already. * Install Python 3.10 or 3.11. + * If using the official python installer **and** you do not already regularly already use python, be sure to check the box that says `Add python.exe to PATH` at the first screen. * We **strongly recommend** you configure at least 8gb (preferably 16gb+) of memory swap space. This recommendation applies to linux too. * Clone the worker to your system `git clone https://github.com/Haidra-Org/horde-worker-reGen.git`