diff --git a/docs/installation/MANUAL_INSTALL.md b/docs/installation/MANUAL_INSTALL.md index 4e0089a9ca..739b512779 100644 --- a/docs/installation/MANUAL_INSTALL.md +++ b/docs/installation/MANUAL_INSTALL.md @@ -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 diff --git a/environments-and-requirements/requirements-base.txt b/environments-and-requirements/requirements-base.txt index fde1c8e234..da9a96f0ec 100644 --- a/environments-and-requirements/requirements-base.txt +++ b/environments-and-requirements/requirements-base.txt @@ -1,5 +1,3 @@ ---prefer-binary - # pip will resolve the version which matches torch albumentations dependency_injector==4.40.0