Skip to content

Commit

Permalink
deploy: 69d7d05
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Dec 10, 2024
1 parent 0f8cde2 commit bb1b374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ <h1 id="building-and-installing">Building and Installing<a class="headerlink" hr
<h2 id="python-api-from-pypi">Python API from PyPI<a class="headerlink" href="#python-api-from-pypi" title="Link to this heading"></a></h2>
<p>The simplest and fastest way to start using TensorStore is to install
a PyPI package and use the TensorStore <a class="reference internal" href="python/api/index.html#python-api"><span class="std std-ref">Python API</span></a> bindings.
TensorStore requires Python 3.9 or later (Python 2 is not supported).</p>
TensorStore requires Python 3.10 or later (Python 2 is not supported).</p>
<p>The Python bindings can be installed directly from the <a class="reference external" href="https://pypi.org/project/tensorstore/">tensorstore PyPI package</a> using <a class="reference external" href="https://pip.pypa.io/en/stable/">pip</a>. It is recommended to first create a
<a class="reference external" href="https://packaging.python.org/tutorials/installing-packages/#creating-virtual-environments">virtual environment</a>.</p>
<p>To install the latest published version, use:</p>
Expand Down Expand Up @@ -1482,7 +1482,7 @@ <h3 id="cmake-build-requirements"><span id="id7"></span>CMake Build Requirements
<p>In addition to a <a class="reference internal" href="#build-requirements"><span class="std std-ref">supported C++ toolchain</span></a>, the following
system dependencies are required for the <a class="reference internal" href="#cmake-build"><span class="std std-ref">CMake build</span></a>:</p>
<ul class="simple">
<li><p>Python 3.9 or later</p></li>
<li><p>Python 3.10 or later</p></li>
<li><p>CMake 3.24 or later</p></li>
<li><p><a class="reference external" href="https://nasm.us/">NASM</a>, for building libjpeg-turbo, libaom, and dav1d from
source (default). Must be in <code class="docutils literal notranslate"><span class="pre">PATH</span></code>.Not required if
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml

Large diffs are not rendered by default.

0 comments on commit bb1b374

Please sign in to comment.