We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b83d32 commit cdcd008Copy full SHA for cdcd008
docs/docs/PythonSupport/install-from-pip.md
@@ -26,7 +26,7 @@ pip install BigDL==0.1.2 # for Python 2.7
26
pip3 install BigDL==0.1.2 # for Python 3.n
27
```
28
29
-## **Install BigDL-0.2.0-snapshot**
+## **Install BigDL-0.2.0**
30
31
1.Download Spark1.6.3:
32
```bash
@@ -42,8 +42,8 @@ export SPARK_HOME=path to spark-1.6.3-bin-hadoop2.6
42
- NOTE: you might need to `sudo` if without permission for the installation
43
44
pip install --upgrade pip
45
-pip install BigDL==0.2.0.dev4 # for Python 2.7
46
-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
47
48
49
0 commit comments