未验证 提交 0127fec6 编写于 作者: D daminglu 提交者: GitHub

Merge pull request #51 from VisualDL/daming-lu-patch-1

Update README.md
...@@ -13,15 +13,16 @@ this step will generate a dist directory under frontend ...@@ -13,15 +13,16 @@ 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 sudo 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.
先完成此消息的编辑!
想要评论请 注册