@@ -29,8 +29,9 @@ version of InvokeAI with the option to upgrade to experimental versions later.
29292 . Check that your system has an up-to-date Python installed. To do this, open
3030 up a command-line window ("Terminal" on Linux and Macintosh, "Command" or
3131 "Powershell" on Windows) and type ` python --version ` . If Python is
32- installed, it will print out the version number. If it is version ` 3.9.1 ` or
33- higher, you meet requirements.
32+ installed, it will print out the version number. If it is version ` 3.9.1 ` or ` 3.10.x ` , you meet requirements.
33+
34+ !!! warning "At this time we do not recommend Python 3.11"
3435
3536 !!! warning "If you see an older version, or get a command not found error"
3637
@@ -39,7 +40,6 @@ version of InvokeAI with the option to upgrade to experimental versions later.
3940 [Version 3.10.9](https://www.python.org/downloads/release/python-3109/),
4041 which has been extensively tested with InvokeAI.
4142
42- !!! warning "At this time we do not recommend Python 3.11"
4343
4444 _ Please select your platform in the section below for platform-specific
4545 setup requirements._
@@ -108,12 +108,11 @@ version of InvokeAI with the option to upgrade to experimental versions later.
108108 [ latest release] ( https://github.com/invoke-ai/InvokeAI/releases/latest ) , and
109109 look for a series of files named:
110110
111- - InvokeAI-installer-2.X.X-mac.zip
112- - InvokeAI-installer-2.X.X-windows.zip
113- - InvokeAI-installer-2.X.X-linux.zip
111+ - InvokeAI-installer-2.X.X.zip
114112
115113 (Where 2.X.X is the current release number).
116- Download the one that is appropriate for your operating system.
114+
115+ Download the latest release.
117116
1181174 . Unpack the zip file into a convenient directory. This will create a new
119118 directory named "InvokeAI-Installer". This example shows how this would look
0 commit comments