Skip to content

Commit

Permalink
README: Use pip instead of python3 -m pip
Browse files Browse the repository at this point in the history
  • Loading branch information
CTXz authored Jun 23, 2024
1 parent 7f3c2a1 commit 914e9f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ Please note that this tool is still in early development and has not been thorou
The tool has been written in Python 3 and is available on PyPI. You can install it using pip:

```bash
$ python3 -m pip install stm8dce
$ 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
$ cd STM8-DCE
$ python3 -m pip install .
$ pip install .
```

## Usage
Expand Down Expand Up @@ -212,4 +212,4 @@ For the time being, take a peek at the source code. I've tried my best to add su

If you encounter any issues with the tool, please don't hesitate to open an issue on this repository. If you have any suggestions or feature requests, feel free to open an issue as well!

If you want to contribute to the project, feel free to fork the repository and open a pull request. I'm happy to review any contributions!
If you want to contribute to the project, feel free to fork the repository and open a pull request. I'm happy to review any contributions!

0 comments on commit 914e9f2

Please sign in to comment.