Skip to content

Commit 30feee3

Browse files
committed
Update readme
1 parent 73507e6 commit 30feee3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@
33

44
🐍 Python client library for Odoo External API
55

6+
## Installation
7+
8+
Install this library in a [virtualenv](https://virtualenv.pypa.io/en/latest/) using pip.
9+
10+
### Mac/Linux
11+
12+
```
13+
pip install odooapiclient
14+
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import find_packages
33

44
setup(name='odooapiclient',
5-
version='0.5',
5+
version='0.6',
66
description='Odoo API Client',
77
classifiers=[
88
"Programming Language :: Python",

0 commit comments

Comments
 (0)