Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ussserrr authored Dec 15, 2019
1 parent ea51af3 commit 66f134e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ Starting from v0.8 it is possible to install the utility to be able to run stm32
```shell script
stm32pio-repo/ $ pip3 install .
```
command to launch the setup process. To uninstall run
command to launch the setup process. Now you can simply type 'stm32pio' in the terminal to run the utility in any directory.

PyPI distribution (starting from v0.95):
```shell script
$ pip install stm32pio
```

To uninstall run
```shell script
$ pip3 uninstall stm32pio
```
Expand Down

0 comments on commit 66f134e

Please sign in to comment.