From 76d2094b072fb8533a561e8a528c652d38c2d67a Mon Sep 17 00:00:00 2001 From: kaiyou Date: Sat, 8 Feb 2020 12:01:51 +0100 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: hoellen --- docs/faq.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 5aa9401d..2768f497 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -494,7 +494,8 @@ In many cases, Docker Compose will complain about the yaml syntax because it is Unless your distribution has proper up-to-date packages for Compose, we strongly advise that you install it either: - - from the Docker-CE repositories along with Docker CE itself; + - from the Docker-CE repositories along with Docker CE itself, + - from PyPI using `pip install docker-compose` or - from Github by downloading it directly. Detailed instructions can be found at https://docs.docker.com/compose/install/