From cdcd0088a62af22e43eb16b0f8fe956bfda3dcd5 Mon Sep 17 00:00:00 2001 From: "li,zhichao" Date: Mon, 24 Jul 2017 13:37:51 +0800 Subject: [PATCH] Update install-from-pip.md --- docs/docs/PythonSupport/install-from-pip.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/PythonSupport/install-from-pip.md b/docs/docs/PythonSupport/install-from-pip.md index d7a8275bfd9..1ecba598e1c 100644 --- a/docs/docs/PythonSupport/install-from-pip.md +++ b/docs/docs/PythonSupport/install-from-pip.md @@ -26,7 +26,7 @@ pip install BigDL==0.1.2 # for Python 2.7 pip3 install BigDL==0.1.2 # for Python 3.n ``` -## **Install BigDL-0.2.0-snapshot** +## **Install BigDL-0.2.0** 1.Download Spark1.6.3: ```bash @@ -42,8 +42,8 @@ export SPARK_HOME=path to spark-1.6.3-bin-hadoop2.6 - NOTE: you might need to `sudo` if without permission for the installation ```bash pip install --upgrade pip -pip install BigDL==0.2.0.dev4 # for Python 2.7 -pip3 install BigDL==0.2.0.dev4 # for Python 3.n +pip install BigDL==0.2.0 # for Python 2.7 +pip3 install BigDL==0.2.0 # for Python 3.n ```