Skip to content

Commit

Permalink
Merge pull request #63 from eo33/patch-1
Browse files Browse the repository at this point in the history
Fix word error
  • Loading branch information
baywet authored Mar 12, 2024
2 parents 7ed87a6 + a2a2611 commit 8dc6f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenAPI/kiota/quickstarts/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ Create a directory that will contain the new project.

## Add dependencies

Before you can compile and run the generated API client, you will need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [abstraction package](https://github.com/microsoft/kiota-abstractions-python). Additionally, you must either use the Kiota default implementations or provide your own custom implementations of of the following packages.
Before you can compile and run the generated API client, you will need to make sure the generated source files are part of a project with the required dependencies. Your project must have a reference to the [abstraction package](https://github.com/microsoft/kiota-abstractions-python). Additionally, you must either use the [Kiota](https://github.com/microsoft/kiota) default implementations or provide your own custom implementations of the following packages:

- HTTP ([Kiota default HTTPX-based implementation](https://github.com/microsoft/kiota-http-python))
- JSON serialization ([Kiota default](https://github.com/microsoft/kiota-serialization-json-python))
- Text serialization ([Kiota default](https://github.com/microsoft/kiota-serialization-text-python))

For this tutorial, you will use the default implementations.

Run the following commands to get the required dependencies.
Run the following commands to get the required dependencies:

```bash
pip install microsoft-kiota-abstractions
Expand Down

0 comments on commit 8dc6f17

Please sign in to comment.