From ac60be343fd7f7d10bf57a056f5422b3a193c2f4 Mon Sep 17 00:00:00 2001 From: qiaolongfei Date: Fri, 24 Nov 2017 14:03:12 +0800 Subject: [PATCH] add usage --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23062a3c..badb87f5 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ -# VisualDL \ No newline at end of file +# VisualDL + + +### How to use +#### Step 1: build and install Python package +```shell +python setup.py bdist_wheel +cd dist +pip install visualdl-0.0.1-py2-none-any.whl +``` + +#### Step 2: build frontend +```shell +cd visualdl/frontend +npm install +npm run build +``` + +### Step 3: run +``` +python bin/visual_dl.py --port=8888 +``` \ No newline at end of file -- GitLab