We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736c26f commit fb4b62dCopy full SHA for fb4b62d
1 file changed
README.md
@@ -27,6 +27,7 @@ This library's goal is to refresh and supplant the legacy module (this repositor
27
4. After Python 3 is installed, use _pip_ (or an alternative such as _easy_install_) to install the library:
28
* `pip install meraki`
29
* If you have both Python3 and Python2 installed, you may need to use `pip3 install meraki`
30
+ * If _meraki_ was previously installed, you can upgrade with `pip install --upgrade meraki` or `pip3 install --upgrade meraki`
31
32
## Usage
33
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