You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,15 @@ You can find fully working example scripts in the **examples** folder.
74
74
## AsyncIO
75
75
**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.
76
76
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
+
77
86
The usage is similiar to the sequential version above. However it has has some differences.
78
87
79
88
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