diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 093fb4baddd8284f5efcdd6aa879fdab2f9b67e0..f39e23adfbe31db4ec8acf37d36f83ae51abd7a1 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -228,17 +228,8 @@ Restart Docker by executing the following commands:
     systemctl daemon-reload
     systemctl restart docker
 
-On the target hosts you also need an updated version of the Docker python
-libraries:
-
-.. note:: The old docker-python is obsoleted by python-docker-py.
-
-::
-
-    yum install python-docker-py
-
-
-Or using ``pip`` to install the latest version:
+On the target hosts you also need to install the latest version of the Docker
+python libraries with pip:
 
 ::