Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updating async readme for #226.
  • Loading branch information
TKIPisalegacycipher committed Oct 17, 2023
1 parent 9d724f3 commit ae54481
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -74,6 +74,15 @@ You can find fully working example scripts in the **examples** folder.
## AsyncIO
**asyncio** is a library to write concurrent code using the **async/await** syntax. Special thanks to Heimo Stieg ([@coreGreenberet](https://github.com/coreGreenberet)) who has ported the API to asyncio.

### Installation on macOS

If you use a Mac, then you may need to take
[additional Python installation steps](https://bugs.python.org/issue43404) that aren't required on other platforms. This
is [a limitation of macOS and not the library](https://github.com/meraki/dashboard-api-python/issues/226). This step is
not required on Windows.

### Usage

The usage is similiar to the sequential version above. However it has has some differences.

1. Export your API key as an [environment variable](https://www.twilio.com/blog/2017/01/how-to-set-environment-variables.html), for example:
Expand Down

0 comments on commit ae54481

Please sign in to comment.