This is an automated email from the ASF dual-hosted git repository.
lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
The following commit(s) were added to refs/heads/master by this push:
new 833dcfb Update README.md (#191)
833dcfb is described below
commit 833dcfb603634ae694747f832665c3c72345011f
Author: Sunbuhui <[email protected]>
AuthorDate: Wed May 26 12:04:42 2021 +0800
Update README.md (#191)
---
README.md | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index c154a32..4fa9a98 100644
--- a/README.md
+++ b/README.md
@@ -96,20 +96,22 @@ Refer to your `Docker` setup for the ip address. The
notebook will be at `http:/
Install
=======
-
+This requires you to have a distribution of Apache Spark downloaded to the
system where Apache Toree will run. The following commands will install Apache
Toree.
+```
+pip install --upgrade toree
+jupyter toree install --spark_home=<YOUR_SPARK_PATH>
+```
Dev snapshots of Toree are located at
https://dist.apache.org/repos/dist/dev/incubator/toree. To install using one
of those packages, you can use the following:
-
```
pip install <PIP_RELEASE_URL>
-jupyter toree install
+jupyter toree install --spark_home=<YOUR_SPARK_PATH>
```
-
where `PIP_RELEASE_URL` is one of the `pip` packages. For example:
```
pip install
https://dist.apache.org/repos/dist/dev/incubator/toree/0.2.0/snapshots/dev1/toree-pip/toree-0.2.0.dev1.tar.gz
-jupyter toree install
+jupyter toree install --spark_home=<YOUR_SPARK_PATH>
```
Reporting Issues