Skip to content

Commit 26cccd8

Browse files
committed
update
1 parent 9cc7142 commit 26cccd8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,11 @@ sudo apt install python3.11
139139
sudo pacman -S yay
140140
yay -S python311 # do not confuse with python3.11 package
141141

142-
# Then set up env variable in launch script (only for 3.11)
142+
# Only for 3.11
143+
# Then set up env variable in launch script
143144
export python_cmd="python3.11"
145+
# or in webui-user.sh
146+
python_cmd="python3.11"
144147
```
145148
2. Navigate to the directory you would like the webui to be installed and execute the following command:
146149
```bash

0 commit comments

Comments
 (0)