Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
s/pip/pip3
  • Loading branch information
elacheche authored Apr 20, 2017
1 parent 90a1711 commit 994507a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 994507a

Please sign in to comment.