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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 637cbea  Update pip install command for Apache Toree (#15)
637cbea is described below

commit 637cbea6404559b29aabe23da81f388466f529f5
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Oct 20 18:20:26 2025 +0100

    Update pip install command for Apache Toree (#15)
    
    * Update pip install command for Apache Toree
    
    * Fix package name for Apache Toree installation
    
    * Update pip install command for Apache Toree
---
 site/docs/current/user/installation.md | 2 +-
 site/docs/current/user/quick-start.md  | 2 +-
 site/download.md                       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/site/docs/current/user/installation.md 
b/site/docs/current/user/installation.md
index 9bb428d..5b59163 100644
--- a/site/docs/current/user/installation.md
+++ b/site/docs/current/user/installation.md
@@ -38,7 +38,7 @@ An Apache Spark distribution is required to be installed 
before installing Apach
 The quickest way to install Apache Toree is through the toree pip package.
 
 ```
-pip install toree
+pip install apache-toree
 ```
 
 This will install a jupyter application called `toree`, which can be used to 
install and configure different Apache Toree kernels.
diff --git a/site/docs/current/user/quick-start.md 
b/site/docs/current/user/quick-start.md
index 7ad9b18..450d032 100644
--- a/site/docs/current/user/quick-start.md
+++ b/site/docs/current/user/quick-start.md
@@ -41,7 +41,7 @@ This requires you to have a distribution of [Apache Spark][1] 
downloaded to the
 following commands will install Apache Toree.
 
 ```
-pip install --upgrade toree
+pip install --upgrade apache-toree
 jupyter toree install --spark_home=/usr/local/bin/apache-spark/
 ```
 
diff --git a/site/download.md b/site/download.md
index 64e8f53..cb88d94 100644
--- a/site/download.md
+++ b/site/download.md
@@ -72,7 +72,7 @@ limitations under the License.
 You can also install Apache Toree directly from PyPI:
 
 <pre>
-pip install --upgrade toree
+pip install --upgrade apache-toree
 </pre>
 
 ### Previous Releases

Reply via email to