Skip to content

Commit

Permalink
Add alpine step
Browse files Browse the repository at this point in the history
  • Loading branch information
Crandel committed Mar 30, 2021
1 parent 387aa66 commit 5963d46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ Commands:

`esque` is available at [pypi.org](https://pypi.org/project/esque/) and can be installed with `pip install esque`. `esque` requires Python 3.6+ to run.

#### Installation on Alpine Linux

There are no wheels for Alpine Linux, so `esque` require a few extra dependencies to build them during installation.

```
apk add python3-dev py3-pip librdkafka librdkafka-dev g++
```

### Autocompletion

The autocompletion scripts for `bash` and `zsh` can be generated by running `esque config autocomplete`.
Expand Down

0 comments on commit 5963d46

Please sign in to comment.