From bfd228ceb154faff747c05fc27dfa6b434ffa2f7 Mon Sep 17 00:00:00 2001 From: Patrick Pedersen Date: Sun, 23 Jun 2024 02:58:34 +0200 Subject: [PATCH] README: stm8dce is now available on PyPi Signed-off-by: Patrick Pedersen --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcdb043..0c11f7a 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,13 @@ Please note that this tool is still in early development and has not been thorou ## Installation -The tool has been written in Python 3 and will be available on PyPi once further testing has been done. +The tool has been written in Python 3 and is available on PyPI. You can install it using pip: -Until then, you can clone the repository, and install it manually: +```bash +$ python3 -m pip install stm8dce +``` + +Alternatively, you can clone the repository, and install it from the source: ```bash $ git clone https://github.com/CTXz/STM8-DCE.git