Skip to content

Commit

Permalink
Latest version fixed issues with date.
Browse files Browse the repository at this point in the history
  • Loading branch information
im-deviprakash committed Feb 19, 2024
1 parent a2d343e commit a7a0cc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@ This Python package is automatically generated by the [OpenAPI Generator](https:

Python 3.7+


## Installation & Usage
### pip install

If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
pip install git+https://github.com/ingrammicro-xvantage/xi-sdk-resellers-python.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/ingrammicro-xvantage/xi-sdk-resellers-python.git`)


Then import the package:
```python
import xi.sdk.resellers
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
Expand Down Expand Up @@ -322,6 +323,13 @@ Authentication schemes defined for the API:


## Author
-[Ingram Micro Xvantage](https://github.com/ingrammicro-xvantage)

## Contact

For any inquiries or support, please feel free to contact us at:

- Email: [xi_support@ingrammicro.com](xi_support@ingrammicro.com)



Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name=NAME,
version="0.0.2",
version="0.0.3",
description="Ingram Micro - Xvantage Integration (XI) Python Server-side SDK.",
author="Ingram Micro Xvantage Integration(XI)",
author_email="xi_support@ingrammicro.com",
Expand Down

0 comments on commit a7a0cc3

Please sign in to comment.