mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Formatting fixes, Manual Installation docs
Found a couple of places where the formatting was messed up. This corrects them.
This commit is contained in:
parent
f5d1fbd896
commit
e5d0b0c37d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user