You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Note: if you're on Windows 10, you may need to manually install [git](https://gi
83
83
- Install `git` and `python3` via your OS package manager if they are not already installed (make sure to include `pip` and `venv` on distros that do not include them in python directly)
84
84
- For example, on some Ubuntu (desktop) versions, `sudo apt install git python3-pip python3-venv`, or you may need <https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa>
85
85
- For Debian or Ubuntu Server, `sudo apt install git python3-full`
86
-
- You'll want Python 3.11 or 3.12. Things should also work fine with 3.10. Do not use 3.13 or later.
86
+
- You'll want Python 3.11 or 3.12. Things should also work fine with 3.10. 3.13 might work. Do not use 3.14 or later.
87
87
- Make sure `python3.11 -m pip --version` returns a valid package
88
88
89
89
### Linux Easy Install
@@ -126,7 +126,7 @@ Note: if you're on Windows 10, you may need to manually install [git](https://gi
126
126
- Verify your `brew` installation with `brew doctor`. You should not see any error in the command output.
127
127
- Install .NET for macOS: `brew install dotnet`.
128
128
- If you don't have Python, install it: `brew install python@3.11` and `brew install virtualenv`
129
-
- Python 3.11, 3.12, 3.10 are all fine. 3.13 is not, do not use 3.13.
129
+
- Python 3.11, 3.12, 3.10 are all fine. 3.13 might work. Do not use 3.14 or later.
130
130
- Change the directory (`cd`) to the folder where you want to install SwarmUI.
131
131
- Clone the SwarmUI GitHub repository: `git clone https://github.com/mcmonkeyprojects/SwarmUI`.
132
132
-`cd SwarmUI` and run the installation script: `./launch-macos.sh`.
# Try to encourage Mac to use the correct python version (ie don't use global default which is often overly new py vers for mac users, instead use 11, 12, or 10)
0 commit comments