InvokeAI/installer/lib
psychedelicious dfc08bd964 feat(installer): add support for installing from wheel
This allows us to easily test the installer without needing the desired version to be published on PyPI:
```sh
python3 installer/lib/main.py --wheel installer/dist/InvokeAI-4.0.0rc6-py3-none-any.whl
```

A warning message and confirmation are displayed when the arg is used.

The rest of the installer is unchanged.
2024-03-26 14:48:29 +11:00
..
__init__.py doc updates; clean up install directory 2023-02-07 16:35:22 -05:00
installer.py feat(installer): add support for installing from wheel 2024-03-26 14:48:29 +11:00
main.py feat(installer): add support for installing from wheel 2024-03-26 14:48:29 +11:00
messages.py feat(installer): add support for installing from wheel 2024-03-26 14:48:29 +11:00