summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-12-02 15:37:58 -0800
committerJoffrey F <joffrey@docker.com>2016-12-12 13:28:49 -0800
commit769ca5a76a4dcd2f4c87248c12dc0ced5313ab75 (patch)
tree5ad7f9455182097b9ec873f3ddef380a40a389ac /README.md
parentc6d1c2dc847a1bcc3590a7a006b10159f8182307 (diff)
downloaddocker-py-docker_sdk_rename.tar.gz
Rename non-URL occurrences of docker-py to "Docker SDK for Python"docker_sdk_rename
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 11fcbad..4230f30 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
[![Build Status](https://travis-ci.org/docker/docker-py.svg?branch=master)](https://travis-ci.org/docker/docker-py)
-**Warning:** This readme is for the development version of docker-py, which is significantly different to the stable version. [Documentation for the stable version is here.](https://docker-py.readthedocs.io/)
+**Warning:** This README is for the development version of the Docker SDK for
+Python, which is significantly different to the stable version.
+[Documentation for the stable version is here.](https://docker-py.readthedocs.io/)
A Python library for the Docker Engine API. It lets you do anything the `docker` command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.
@@ -10,7 +12,7 @@ A Python library for the Docker Engine API. It lets you do anything the `docker`
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-py
+ pip install docker
## Usage