Skip to content

Commit

Permalink
Merge pull request #109 from SystemCraftsman/mabulgu-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mabulgu committed Aug 25, 2023
2 parents 1526e56 + bca898e commit 377348e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ Please take a look at the relevant article [Strimzi Kafka CLI: Managing Strimzi
### Using Python Package Installer

``` bash
sudo pip install strimzi-kafka-cli
pip install strimzi-kafka-cli --user
```

Or to install Strimzi Kafka CLI in an isolated environment, you can simply use [pipx](https://pypa.github.io/pipx/):

``` bash
pipx install strimzi-kafka-cli
```

### Using Homebrew
Expand All @@ -57,6 +63,8 @@ brew tap systemcraftsman/strimzi-kafka-cli
brew install strimzi-kafka-cli
```

> Installing the CLI by using Homebrew already uses a virtual environment, so you don;t have to worry about your main Python environment.
Project requires: Python >=3.7

## Examples
Expand Down

0 comments on commit 377348e

Please sign in to comment.