Skip to content

Commit

Permalink
Update install-from-pip.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichao-li committed Jul 24, 2017
1 parent 5b83d32 commit cdcd008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/PythonSupport/install-from-pip.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```


Expand Down

0 comments on commit cdcd008

Please sign in to comment.