case PyPI correctly

Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
This commit is contained in:
Thomas Grainger 2017-01-13 09:59:47 +00:00
parent 91a185d7a5
commit f0ceca4713
No known key found for this signature in database
GPG Key ID: 995EA0A029283160
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ A Python library for the Docker Engine API. It lets you do anything the `docker`
## Installation ## 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 pip install docker

View File

@ -8,7 +8,7 @@ For more information about the Remote API, `see its documentation <https://docs.
Installation 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 pip install docker