diff --git a/docs/source/Installation.rst b/docs/source/Installation.rst
index 843d4c9522..d0f0a1c1c9 100644
--- a/docs/source/Installation.rst
+++ b/docs/source/Installation.rst
@@ -18,16 +18,12 @@ or as a regular user:
On some systems the `pip` command may have to be replaced by `python -m pip`.
-The ResInsight Python API is based on `gRPC `_ remote procedure calls.
-In order for gRPC to be available, ResInsight needs to be built with the **RESINSIGHT_ENABLE_GRPC** option set.
-A valid gRPC build will show a message in ResInsight *About* dialog confirming gRPC is available.
-
-.. image:: images/AboutGrpc.png
-
-Furthermore, gRPC needs to be enabled in the *Scripting* tab of the ResInsight *Preference* dialog:
+To configure the **ResInsight Python Script Server**, check *Enable Python Script Server* and verify Python settings in the *Scripting* tab of the ResInsight *Preference* dialog.
.. image:: images/PrefGrpc.png
+The availability of the ResInsight Python Script Server can be confirmed by ResInsight *About* dialog.
+If unavailable, please consult ResInsight Build Instructions on `resinsight.org `_.
diff --git a/docs/source/images/AboutGrpc.png b/docs/source/images/AboutGrpc.png
deleted file mode 100644
index 5689b2ba32..0000000000
Binary files a/docs/source/images/AboutGrpc.png and /dev/null differ