We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc7142 commit 26cccd8Copy full SHA for 26cccd8
README.md
@@ -139,8 +139,11 @@ sudo apt install python3.11
139
sudo pacman -S yay
140
yay -S python311 # do not confuse with python3.11 package
141
142
-# Then set up env variable in launch script (only for 3.11)
+# Only for 3.11
143
+# Then set up env variable in launch script
144
export python_cmd="python3.11"
145
+# or in webui-user.sh
146
+python_cmd="python3.11"
147
```
148
2. Navigate to the directory you would like the webui to be installed and execute the following command:
149
```bash
0 commit comments