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