Skip to content

Commit

Permalink
README: stm8dce is now available on PyPi
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Pedersen <[email protected]>
  • Loading branch information
CTXz committed Jun 23, 2024
1 parent 47e9b45 commit bfd228c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfd228c

Please sign in to comment.