diff --git a/docs/installation/020_INSTALL_MANUAL.md b/docs/installation/020_INSTALL_MANUAL.md index 57e508fef9..3e3b8db150 100644 --- a/docs/installation/020_INSTALL_MANUAL.md +++ b/docs/installation/020_INSTALL_MANUAL.md @@ -109,20 +109,20 @@ manager, please follow these steps: === "Windows" ```bash cd $INVOKEAI_ROOT - python -m venv create .venv - ``` + python -m venv create .venv + ``` 4. Activate the new environment: === "Linux/Mac" - ```bash + ```bash source .venv/bin/activate - ``` + ``` === "Windows" - ```bash + ```bash .venv\script\activate - ``` + ``` If you get a permissions error at this point, run the command `Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser` and try `activate` again.