kadolor commented on code in PR #2353:
URL: https://github.com/apache/sedona/pull/2353#discussion_r2360558073


##########
docs-overrides/main.html:
##########
@@ -159,10 +152,11 @@ <h1 class="page-title">Apache Sedona</h1>
                       <span class="active-state">✅</span>
                     </span>
                   </button>
-                  <pre class="hljs-snippet__panel" 
data-lang="powershell"><code class="language-powershell">curl 
https://install.sedona.apache.org | sh</code></pre>
                   <pre class="hljs-snippet__panel" data-lang="pyspark" 
hidden><code class="language-python">pip install apache-sedona</code></pre>
-                  <pre class="hljs-snippet__panel" data-lang="python" 
hidden><code class="language-python">pip install sedonadb</code></pre>
-                  <pre class="hljs-snippet__panel" data-lang="java" 
hidden><code class="language-java">java -jar sedona-snowflake-1.7.2.jar 
--geotools-version 1.7.2-28.5 > sedona-snowflake.sql</code></pre>
+                  <pre class="hljs-snippet__panel" data-lang="python" 
hidden><code class="language-python">pip install apache-sedona[db]</code></pre>

Review Comment:
   Per @paleolimbot, without quotes this command won't work on MacOS or zsh
   
   ```suggestion
                     <pre class="hljs-snippet__panel" data-lang="python" 
hidden><code class="language-python">pip install 
"apache-sedona[db]"</code></pre>
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to