diff --git a/python/docs/source/getting_started/install.rst b/python/docs/source/getting_started/install.rst
index 4c0551433d5a6..6a91a06a1c29d 100644
--- a/python/docs/source/getting_started/install.rst
+++ b/python/docs/source/getting_started/install.rst
@@ -36,7 +36,7 @@ Python 3.8 and above.
Using PyPI
----------
-PySpark installation using `PyPI `_ is as follows:
+PySpark installation using `PyPI (pyspark) `_ is as follows:
.. code-block:: bash
@@ -81,6 +81,19 @@ Supported values in ``PYSPARK_HADOOP_VERSION`` are:
Note that this installation of PySpark with/without a specific Hadoop version is experimental. It can change or be removed between minor releases.
+Python Spark Connect Client
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The Python Spark Connect client is a pure Python library that does not rely on any non-Python dependencies such as jars and JRE in your environment.
+To install the Python Spark Connect client via `PyPI (pyspark-connect) `_, execute the following command:
+
+.. code-block:: bash
+
+ pip install pyspark-connect
+
+See also `Quickstart: Spark Connect `_ for how to use it.
+
+
Using Conda
-----------