From 51b01a09da23350042ef16198edb52e7807c5373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Han=C3=A1k?= <47626173+phanak-sap@users.noreply.github.com> Date: Fri, 1 Mar 2019 09:50:15 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e87b1f9..f8b77bcb 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,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 From 5c4d04d0bc88b13f4d0fd2e558134ad6daad2985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Han=C3=A1k?= <47626173+phanak-sap@users.noreply.github.com> Date: Fri, 1 Mar 2019 09:56:19 +0100 Subject: [PATCH 2/2] add pypi badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8b77bcb..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