mirror of https://github.com/docker/docker-py.git
case PyPI correctly
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
This commit is contained in:
parent
91a185d7a5
commit
f0ceca4713
|
@ -6,7 +6,7 @@ A Python library for the Docker Engine API. It lets you do anything the `docker`
|
|||
|
||||
## Installation
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ For more information about the Remote API, `see its documentation <https://docs.
|
|||
Installation
|
||||
------------
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue