Skip to content

Commit

Permalink
Upgrade dependencies, add pipx to docs, release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sedrubal committed May 20, 2024
1 parent 24529e9 commit 0d62f13
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 200 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,25 @@ To make it a bit easier, I wrote this simple script.

## Usage

### A: Install package using pip:
### A: Run package using `pipx`:

```shell
pipx run brother-printer-fwupd
```

### B: Install package using `pip`:

```shell
pip install --user --upgrade brother-printer-fwupd
```

*If this does not work, try `pip install --user --upgrade brother_printer_fwupd`.*

### B: Development installation:
### C: Development installation:

1. Clone the repo
2. Install system dependencies: `libxslt-dev`, `libxml2-dev`
3. `poetry install`
3. `poetry install --extras autodiscover`
4. `poetry run brother_printer_fwupd`

Use at your own risk!™
Expand Down
Loading

0 comments on commit 0d62f13

Please sign in to comment.