Skip to content

Commit ae54481

Browse files
Update README.md
Updating async readme for #226.
1 parent 9d724f3 commit ae54481

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ You can find fully working example scripts in the **examples** folder.
7474
## AsyncIO
7575
**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.
7676

77+
### Installation on macOS
78+
79+
If you use a Mac, then you may need to take
80+
[additional Python installation steps](https://bugs.python.org/issue43404) that aren't required on other platforms. This
81+
is [a limitation of macOS and not the library](https://github.com/meraki/dashboard-api-python/issues/226). This step is
82+
not required on Windows.
83+
84+
### Usage
85+
7786
The usage is similiar to the sequential version above. However it has has some differences.
7887
7988
1. Export your API key as an [environment variable](https://www.twilio.com/blog/2017/01/how-to-set-environment-variables.html), for example:

0 commit comments

Comments
 (0)