From e0fc105f7a9e0ce2f85d69d8c0b986f0faaf5580 Mon Sep 17 00:00:00 2001 From: Bernard Maltais Date: Tue, 1 Nov 2022 07:46:55 -0400 Subject: [PATCH] Update README to help with Powershell rights issue. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 458f602..63218c3 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,15 @@ Python 3.10.6 and Git: - Python 3.10.6: https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe - git: https://git-scm.com/download/win +Give unrestricted script access to powershell so venv can work: + +- Open an administrator powershell window +- Type `Set-ExecutionPolicy Unrestricted` and answer A +- Close admin powershell window + ## Installation -Open a Powershell terminal and type the following inside: +Open a regular Powershell terminal and type the following inside: ```powershell git clone https://github.com/bmaltais/kohya_ss.git