We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73507e6 commit 30feee3Copy full SHA for 30feee3
README.md
@@ -3,3 +3,12 @@
3
4
🐍 Python client library for Odoo External API
5
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
@@ -2,7 +2,7 @@
2
from setuptools import find_packages
setup(name='odooapiclient',
- version='0.5',
+ version='0.6',
description='Odoo API Client',
classifiers=[
"Programming Language :: Python",
0 commit comments