Skip to content

Commit

Permalink
Linked the getting-started.md to the readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
im-nhu committed Mar 1, 2024
1 parent b862f74 commit 5fb2547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Execute `pytest` to run the tests.

## Getting Started

Quickstart on creating an application can be found [here](getting-started.md)

Please follow the [installation procedure](#installation--usage) and then run the following:

```python
Expand Down
2 changes: 2 additions & 0 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
* Open a new terminal window (`Ctrl+Shift+` ```)
* Type: `py -m pip install xi.sdk.resellers` (If you receive “command not found” error, please make sure to install all the prerequisites from the above [guide](https://code.visualstudio.com/docs/python/python-tutorial))

![quickstart-install-package](./assets/images/quickstart-install-package.png)

### Step 3: Write a simple code to access the access token and product details endpoints.

[Access Token API](https://github.com/ingrammicro-xvantage/xi-sdk-resellers-python/blob/main/docs/AccesstokenApi.md#getaccesstoken)
Expand Down

0 comments on commit 5fb2547

Please sign in to comment.