diff --git a/installation.html b/installation.html index 725f1de5e..abc83add9 100644 --- a/installation.html +++ b/installation.html @@ -1066,7 +1066,7 @@

Building and InstallingPython API from PyPIΒΆ

The simplest and fastest way to start using TensorStore is to install a PyPI package and use the TensorStore Python API bindings. -TensorStore requires Python 3.9 or later (Python 2 is not supported).

+TensorStore requires Python 3.10 or later (Python 2 is not supported).

The Python bindings can be installed directly from the tensorstore PyPI package using pip. It is recommended to first create a virtual environment.

To install the latest published version, use:

@@ -1482,7 +1482,7 @@

CMake Build Requirements

In addition to a supported C++ toolchain, the following system dependencies are required for the CMake build: