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
Windows can be quite restrictive when it comes to executing scripts and similar tasks.
214
-
Make sure the user is able to execute PowerShell as well as Python scripts and can install applications.
215
-
If you want to use docker on windows, make sure you [install it](https://docs.docker.com/desktop/setup/install/windows-install/) and set it to auto start with windows.
212
+
=== "Windows Systems"
216
213
217
-
Then just open a PowerShell terminal as Administrator and run the following command to download and execute the installation script:
214
+
Windows can be quite restrictive when it comes to executing scripts and similar tasks.
215
+
Make sure the user is able to execute PowerShell as well as Python scripts and can install applications.
216
+
If you want to use docker on windows, make sure you [install it](https://docs.docker.com/desktop/setup/install/windows-install/) and set it to auto start with windows.
<!-- Alternatively, there is also a pre-built executable available for the GUI, which you can download from the release page. -->
225
-
<!-- You might not be able to set all options tough when using this directly, so even when using this, going over this preparation and service installation steps is recommended. -->
224
+
<!-- TODO: LINK -->
225
+
<!-- Alternatively, there is also a pre-built executable available for the GUI, which you can download from the release page. -->
226
+
<!-- You might not be able to set all options tough when using this directly, so even when using this, going over this preparation and service installation steps is recommended. -->
226
227
227
-
If [uv](https://docs.astral.sh/uv/getting-started/installation) or [git](https://git-scm.com/install/windows) fails to install, you might need to install them manually first.
228
-
Then follow the services installation steps below.
228
+
If [uv](https://docs.astral.sh/uv/getting-started/installation) or [git](https://git-scm.com/install/windows) fails to install, you might need to install them manually first.
0 commit comments