Change package in readme back to docker-py

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2016-11-23 18:02:23 +00:00
parent c96848eb9c
commit aafcf5a7fe
No known key found for this signature in database
GPG Key ID: 18296449E36D2F1E
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ A Python library for the Docker API. It lets you do anything the `docker` comman
The latest stable version [is available on PyPi](https://pypi.python.org/pypi/docker/). Either add `docker` to your `requirements.txt` file or install with pip:
pip install docker
pip install docker-py
## Usage