Commit 26cccd8f authored by Andray's avatar Andray

update

parent 9cc7142d
...@@ -139,8 +139,11 @@ sudo apt install python3.11 ...@@ -139,8 +139,11 @@ sudo apt install python3.11
sudo pacman -S yay sudo pacman -S yay
yay -S python311 # do not confuse with python3.11 package yay -S python311 # do not confuse with python3.11 package
# Then set up env variable in launch script (only for 3.11) # Only for 3.11
# Then set up env variable in launch script
export python_cmd="python3.11" export python_cmd="python3.11"
# or in webui-user.sh
python_cmd="python3.11"
``` ```
2. Navigate to the directory you would like the webui to be installed and execute the following command: 2. Navigate to the directory you would like the webui to be installed and execute the following command:
```bash ```bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment