From c2a3c0156da05061e9ffd7b3ba607b5dfaac9c27 Mon Sep 17 00:00:00 2001 From: YixinKristy <48054808+YixinKristy@users.noreply.github.com> Date: Tue, 11 Aug 2020 19:16:43 +0800 Subject: [PATCH] Update English Version (#741) * Update README.md (#1) * Delete UserGuide-en.md (#2) * Update README.md (#3) * Update README.md (#4) * Update README-en.md (#5) * Update UserGuide-en.md (#6) * Update README.md (#7) * Update README.md (#9) * Update README-en.md (#10) --- README-en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index 8ae1dc6f..1d111b8a 100644 --- a/README-en.md +++ b/README-en.md @@ -55,10 +55,10 @@ By Integrating into PaddlePaddle and related modules, VisualDL allows developers ## Installation -### Install by Pip +### Install by PiP ```shell -pip install --upgrade --pre visualdl +python -m pip install visualdl -i https://mirror.baidu.com/pypi/simple ``` ### Install by Code -- GitLab