Author: lresende
Date: Mon Oct 20 17:34:07 2025
New Revision: 1929239

Log:
Update install commands to point to apache-toree

Modified:
   incubator/toree/site/docs/current/user/installation/index.html
   incubator/toree/site/docs/current/user/quick-start/index.html
   incubator/toree/site/download/index.html
   incubator/toree/site/feed.xml
   incubator/toree/site/index.html

Modified: incubator/toree/site/docs/current/user/installation/index.html
==============================================================================
--- incubator/toree/site/docs/current/user/installation/index.html      Mon Oct 
20 16:32:38 2025        (r1929238)
+++ incubator/toree/site/docs/current/user/installation/index.html      Mon Oct 
20 17:34:07 2025        (r1929239)
@@ -300,7 +300,7 @@
 
 <p>The quickest way to install Apache Toree is through the toree pip 
package.</p>
 
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>pip install toree
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>pip install apache-toree
 </code></pre></div></div>
 
 <p>This will install a jupyter application called <code 
class="language-plaintext highlighter-rouge">toree</code>, which can be used to 
install and configure different Apache Toree kernels.</p>

Modified: incubator/toree/site/docs/current/user/quick-start/index.html
==============================================================================
--- incubator/toree/site/docs/current/user/quick-start/index.html       Mon Oct 
20 16:32:38 2025        (r1929238)
+++ incubator/toree/site/docs/current/user/quick-start/index.html       Mon Oct 
20 17:34:07 2025        (r1929239)
@@ -303,7 +303,7 @@ implements the latest Jupyter message pr
 <p>This requires you to have a distribution of <a 
href="https://spark.apache.org/";>Apache Spark</a> downloaded to the system 
where Apache Toree will run. The
 following commands will install Apache Toree.</p>
 
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>pip install --upgrade toree
+<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>pip install --upgrade apache-toree
 jupyter toree install --spark_home=/usr/local/bin/apache-spark/
 </code></pre></div></div>
 

Modified: incubator/toree/site/download/index.html
==============================================================================
--- incubator/toree/site/download/index.html    Mon Oct 20 16:32:38 2025        
(r1929238)
+++ incubator/toree/site/download/index.html    Mon Oct 20 17:34:07 2025        
(r1929239)
@@ -203,7 +203,7 @@
 <p>You can also install Apache Toree directly from PyPI:</p>
 
 <pre>
-pip install --upgrade toree
+pip install --upgrade apache-toree
 </pre>
 
 <h3 id="previous-releases">Previous Releases</h3>

Modified: incubator/toree/site/feed.xml
==============================================================================
--- incubator/toree/site/feed.xml       Mon Oct 20 16:32:38 2025        
(r1929238)
+++ incubator/toree/site/feed.xml       Mon Oct 20 17:34:07 2025        
(r1929239)
@@ -5,8 +5,8 @@
     <description></description>
     <link>http://localhost:4000/</link>
     <atom:link href="http://localhost:4000/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Thu, 09 Oct 2025 19:55:41 -0700</pubDate>
-    <lastBuildDate>Thu, 09 Oct 2025 19:55:41 -0700</lastBuildDate>
+    <pubDate>Mon, 20 Oct 2025 10:32:23 -0700</pubDate>
+    <lastBuildDate>Mon, 20 Oct 2025 10:32:23 -0700</lastBuildDate>
     <generator>Jekyll v4.4.1</generator>
     
   </channel>

Modified: incubator/toree/site/index.html
==============================================================================
--- incubator/toree/site/index.html     Mon Oct 20 16:32:38 2025        
(r1929238)
+++ incubator/toree/site/index.html     Mon Oct 20 17:34:07 2025        
(r1929239)
@@ -143,7 +143,7 @@
 <div class="jumbotron">
   <div class="container">
     <h1>Apache Toree</h1>
-    <p>Toree is an Scala kernel for the Jupyter Notebook platform providing 
interactive access to Apache Spark.</p>
+    <p>Toree is a Scala kernel for the Jupyter Notebook platform providing 
interactive access to Apache Spark.</p>
 
     
        <a href="/download" class="btn btn-primary btn-lg bigFingerButton" 
role="button">Get Toree 0.5.0-incubating</a></p>

Reply via email to