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
+6-5Lines changed: 6 additions & 5 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.
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.
87
87
- Make sure `python3.11 -m pip --version` returns a valid package
88
88
89
89
### Linux Easy Install
@@ -97,13 +97,14 @@ Note: if you're on Windows 10, you may need to manually install [git](https://gi
97
97
98
98
### Linux Manual Install
99
99
100
-
- Current version targets .NET 8, but a future version will target .NET 10, so install both:
101
-
- Install DotNET 8 using the instructions at https://dotnet.microsoft.com/en-us/download/dotnet/8.0 (you need `dotnet-sdk-8.0`, as that includes all relevant sub-packages)
102
-
- Install DotNET 8 using the instructions at https://dotnet.microsoft.com/en-us/download/dotnet/10.0 (you need `dotnet-sdk-10.0`, as that includes all relevant sub-packages)
103
-
- Open a shell terminal and `cd` to a directory you want to install into
- Current version targets .NET 8, but a future version will target .NET 10, so install both:
104
+
- You can run shell command `./launchtools/linux-dotnet-install.sh`, or separately follow the instructions at:
105
+
- <https://dotnet.microsoft.com/en-us/download/dotnet/8.0> and also <https://dotnet.microsoft.com/en-us/download/dotnet/10.0> (you need `dotnet-sdk-8.0`/`dotnet-sdk-10.0`, as that includes all relevant sub-packages)
106
+
- Open a shell terminal and `cd` to a directory you want to install into
107
+
- To launch, in the shell run:
107
108
-`./launch-linux.sh`
108
109
- or if running on a headless server, `./launch-linux.sh --launch_mode none --host 0.0.0.0` and/or swap host for [cloudflared](/docs/Advanced%20Usage.md)
109
110
- open `http://localhost:7801/Install` (if it doesn't launch itself)
0 commit comments