Skip to content

Commit fb4b62d

Browse files
author
Shiyue Cheng
committed
Added note on how to upgrade
1 parent 736c26f commit fb4b62d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This library's goal is to refresh and supplant the legacy module (this repositor
2727
4. After Python 3 is installed, use _pip_ (or an alternative such as _easy_install_) to install the library:
2828
* `pip install meraki`
2929
* 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`
3031

3132
## Usage
3233
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)