From 00e12194ae44130a9a3cb08c4519bfedc5585509 Mon Sep 17 00:00:00 2001 From: LG Date: Sun, 30 Sep 2018 13:59:51 +0800 Subject: [PATCH] update install instruction --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 696a3c5cc..e4acff66d 100644 --- a/README.md +++ b/README.md @@ -89,11 +89,12 @@ pip install --upgrade tensorlayer[extra] # only the `extra` dependenc pip install --upgrade tensorlayer[contrib_loggers] # only the `contrib_loggers` dependencies ``` -Alternatively, you can install the development version by directly pulling from github: - +Alternatively, you can install the latest or development version by directly pulling from github: ```bash -pip install git+https://github.com/tensorlayer/tensorlayer.git +pip install https://github.com/tensorlayer/tensorlayer/archive/master.zip +# or +# pip install https://github.com/tensorlayer/tensorlayer/archive/.zip ``` ## Using Docker - a ready-to-use environment