mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-19 09:54:24 -05:00
tweaks to manual install documentation
--prefer-binary is an iffy option in the requirements file. It isn't supported by some versions of pip, so I removed it from requirements-base.txt and inserted it into the manual install instructions where it seems to do what it is supposed to.
This commit is contained in:
@@ -191,8 +191,8 @@ prompting you to download the big Stable Diffusion weights files.
|
||||
To install InvokeAI with only the PIP package manager, please follow
|
||||
these steps:
|
||||
|
||||
1. Make sure you are using Python 3.9 or higher. Some InvokeAI
|
||||
features require this:
|
||||
1. Make sure you are using Python 3.9 or higher. The rest of the install
|
||||
procedure depends on this:
|
||||
|
||||
```bash
|
||||
python -V
|
||||
@@ -262,7 +262,7 @@ operating system.
|
||||
this:
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
pip install --prefer-binary -r requirements.txt
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Reference in New Issue
Block a user