mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-20 04:47:55 +00:00
Merge pull request #168 from andzejsp/main
Added note that python 3.10 is mandatory
This commit is contained in:
commit
bb17c71cd3
@ -50,7 +50,9 @@ Make sure that your CPU supports `AVX2` instruction set. Without it, this applic
|
||||
|
||||
### Automatic install
|
||||
|
||||
It is advised to have python 3.10 (The official one, not the one from Microsoft Store) and git installed. Although it should work with any python from 3.7, it is advised to use 3.10 to have the full support as some extensions like the future stable diffusion extension will force you to have 3.10.
|
||||
> **Note**
|
||||
>
|
||||
>It is mandatory to have python [3.10](https://www.python.org/downloads/release/python-31010/) (The official one, not the one from Microsoft Store) and [git](https://git-scm.com/download/win) installed.
|
||||
|
||||
1. [Go to the latest release section](https://github.com/nomic-ai/gpt4all-ui/releases)
|
||||
2. Download the `webui.bat` if you are on windows or `webui.sh` if you are on linux/mac. Put this file in a folder for example `/gpt4all-ui/`, because when you run it, all the necessary files will be downloaded into that folder.
|
||||
|
@ -1,4 +1,9 @@
|
||||
## Windows 10 and 11
|
||||
|
||||
> **Note**
|
||||
>
|
||||
>It is mandatory to have python [3.10](https://www.python.org/downloads/release/python-31010/) (The official one, not the one from Microsoft Store) and [git](https://git-scm.com/download/win) installed.
|
||||
|
||||
### Manual Simple install:
|
||||
|
||||
1. Download this repository .zip:
|
||||
|
Loading…
Reference in New Issue
Block a user