From 994507a7fcad41c6e4990f02a89058b3fe20c676 Mon Sep 17 00:00:00 2001 From: El Acheche ANIS Date: Thu, 20 Apr 2017 15:32:29 +0100 Subject: [PATCH] Update README.md s/pip/pip3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fcc4cc..4821405 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ # Installation & Usage: The current version don't need any arguments to be used all you need to do is: -## Install the Python library for the Docker Engine API: +## Install the Python3 library for the Docker Engine API: ``` -pip install docker +pip3 install docker ``` Please check this [link](https://github.com/docker/docker-py) To get more information about this lib please check