From 66f134e094b4d7cd19973d259b96fa04a2b00acf Mon Sep 17 00:00:00 2001 From: ussserrr Date: Sun, 15 Dec 2019 23:30:28 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d860d95..d8ac821 100644 --- a/README.md +++ b/README.md @@ -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 ```