未验证 提交 8528d21c 编写于 作者: D daminglu 提交者: GitHub

Update README.md

上级 a5f76a3a
...@@ -13,12 +13,13 @@ this step will generate a dist directory under frontend ...@@ -13,12 +13,13 @@ this step will generate a dist directory under frontend
### Step 2: copy frontend/dist to server/visualdl/frontend/dist ### Step 2: copy frontend/dist to server/visualdl/frontend/dist
```shell ```shell
cp -r frontend/dist server/visualdl/frontend/ mkdir -p server/visualdl/frontend/dist
cp -r frontend/dist server/visualdl/frontend/dist
``` ```
#### Step 3: build and install Python package #### Step 3: build and install Python package
```shell ```shell
cd server/visualdl cd server/
python setup.py bdist_wheel python setup.py bdist_wheel
cd dist cd dist
pip install --upgrade visualdl-0.0.1-py2-none-any.whl pip install --upgrade visualdl-0.0.1-py2-none-any.whl
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册