Update README to help with Powershell rights issue.
This commit is contained in:
parent
33b1c00daf
commit
e0fc105f7a
@ -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
|
- 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
|
- 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
|
## Installation
|
||||||
|
|
||||||
Open a Powershell terminal and type the following inside:
|
Open a regular Powershell terminal and type the following inside:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
git clone https://github.com/bmaltais/kohya_ss.git
|
git clone https://github.com/bmaltais/kohya_ss.git
|
||||||
|
Loading…
Reference in New Issue
Block a user