mirror of https://github.com/docker/docker-py.git
Change package in readme back to docker-py
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
c96848eb9c
commit
aafcf5a7fe
|
|
@ -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:
|
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
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue