Skip to content

Commit df8bbfc

Browse files
author
Shiyue Cheng
committed
Update README.md
1 parent 59f497f commit df8bbfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ While you can make direct HTTP requests to dashboard API in any programming lang
2727
4. Use _pip_ (or an alternative such as _easy_install_) to install the library from the Python [Package Index](https://pypi.org/project/meraki/):
2828
* `pip install meraki`
2929
* If you have both Python3 and Python2 installed, you may need to use `pip3` (so `pip3 install meraki`) along with `python3` on your system
30-
* If _meraki_ was previously installed, you can upgrade to the latest stable (non-beta) release with `pip install --upgrade meraki`
30+
* If _meraki_ was previously installed, you can upgrade to the latest non-beta release with `pip install --upgrade meraki`
3131

3232
5. Meraki dashboard API v1 is currently in beta, so if you clone this repository and want to use v1 locally, rename the folder _meraki_v1_ to _meraki_, replacing the v0 contents there. You can also specify the version of the library when installing with _pip_:
3333
* See the full [release history](https://pypi.org/project/meraki/#history) to pick the version you want, or use `pip install meraki==` without including a version number to display the list of available versions
3434
* v0 versions of the Python library begin with _0_ (0.**x**.**y**), and v1 versions begin with _1_ (1.0.0b**z** for beta)
3535
* Specify the version you want with the install command; for example: `pip install meraki==0.x.y` for v0 or `pip install meraki==1.0.0bz` for v1 beta
36-
* You can also upgrade to the latest non-beta version with `pip install meraki --upgrade`
36+
* You can also see the version currently installed with `pip show meraki`
3737

3838
## Usage
3939
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)