Skip to content

Commit

Permalink
removed homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Nov 7, 2022
1 parent 8c6ba81 commit e97a0d1
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,12 @@ This package is inspired from **Rifat Nabi's jsAvroPhonetic** library and derive

## Installation

1. Pip (requires **Python 3.8 or higher**)
Installing avro.py in your project is pretty straightforward. Run the command mentioned below (requires **Python 3.8 or higher**):

```bash
# simply install / upgrade using one command
$ pip install -U avro.py
```

2. Homebrew

```bash
# tapping the formula
$ brew tap hitblast/avro
# installing it
$ brew install avro
```
```bash
# install / upgrade
$ pip install avro.py
```

<br>

Expand Down

0 comments on commit e97a0d1

Please sign in to comment.