Skip to content

Commit cdcd008

Browse files
authored
Update install-from-pip.md
1 parent 5b83d32 commit cdcd008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/PythonSupport/install-from-pip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pip install BigDL==0.1.2 # for Python 2.7
2626
pip3 install BigDL==0.1.2 # for Python 3.n
2727
```
2828

29-
## **Install BigDL-0.2.0-snapshot**
29+
## **Install BigDL-0.2.0**
3030

3131
1.Download Spark1.6.3:
3232
```bash
@@ -42,8 +42,8 @@ export SPARK_HOME=path to spark-1.6.3-bin-hadoop2.6
4242
- NOTE: you might need to `sudo` if without permission for the installation
4343
```bash
4444
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
45+
pip install BigDL==0.2.0 # for Python 2.7
46+
pip3 install BigDL==0.2.0 # for Python 3.n
4747
```
4848

4949

0 commit comments

Comments
 (0)