From 5382ebc364c270a37f3e4d5e8c96794ec327814f Mon Sep 17 00:00:00 2001 From: X Date: Tue, 22 Apr 2025 14:43:59 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20LXC=E5=92=8CLXC-Web-Panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LXC%E5%92%8CLXC-Web-Panel.-.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/LXC%E5%92%8CLXC-Web-Panel.-.md b/LXC%E5%92%8CLXC-Web-Panel.-.md index d7f72c6..b7f1684 100644 --- a/LXC%E5%92%8CLXC-Web-Panel.-.md +++ b/LXC%E5%92%8CLXC-Web-Panel.-.md @@ -40,4 +40,10 @@ cd /opt/ git clone https://gitee.com/mirrors/lxc-webpanel.git ``` -- 进入项目,启动LXC-Web-Panel \ No newline at end of file +- 进入项目,启动LXC-Web-Panel +``` +cd lxc-webpanel +python3 lwp.py + +#如果提示缺少模块,可以用pip install 安装 +``` \ No newline at end of file