diff --git a/README.md b/README.md index 7e87b1f9..7fc2076d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/SAP/python-pyodata.svg?branch=master)](https://travis-ci.org/SAP/python-pyodata) +[![PyPI version](https://badge.fury.io/py/pyodata.svg)](https://badge.fury.io/py/pyodata) # Python OData Client - pyodata @@ -14,13 +15,13 @@ details. ## Download and Installation -You can make use of [pip](https://packaging.python.org/tutorials/installing-packages/#installing-from-vcs) -to install the pyodata module automatically: +Install and update using pip: ```bash -pip install -e git+https://github.com/SAP/python-pyodata.git +pip install -U pyodata ``` + ## Configuration You can start building your OData projects straight away after installing the