diff options
author | Ben Firshman <ben@firshman.co.uk> | 2016-11-23 18:02:23 +0000 |
---|---|---|
committer | Ben Firshman <ben@firshman.co.uk> | 2016-11-23 18:02:23 +0000 |
commit | aafcf5a7fe2a584e50a3e32ea502fb1988d404e1 (patch) | |
tree | 887f7ad4c05f5cf5acf4f08796931b9e8c4bf7cc /README.md | |
parent | c96848eb9c05f978a380ba3668605c51e811d4fb (diff) | |
download | docker-py-aafcf5a7fe2a584e50a3e32ea502fb1988d404e1.tar.gz |
Change package in readme back to docker-py
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |