Skip to content

Commit eb84eb9

Browse files
authored
Merge pull request #595 from JanneKiiskila/update
README - add update instructions
2 parents 4eb28c4 + 7b25829 commit eb84eb9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ On Linux or Mac, you may need to run with `sudo`.
106106

107107
<span class="tips">**Note:** Mbed CLI is compatible with [Virtual Python Environment (virtualenv)](https://pypi.python.org/pypi/virtualenv). You can read more about isolated Python virtual environments [here](http://docs.python-guide.org/en/latest/).</span>
108108

109+
### Updating Mbed CLI
110+
111+
To update an existing installation of Mbed CLI, run:
112+
113+
```
114+
pip install -U mbed-cli
115+
```
116+
109117
### Uninstalling Mbed CLI
110118

111119
To uninstall Mbed CLI, run:

0 commit comments

Comments
 (0)