Skip to content

Commit

Permalink
Add brew tap installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Aug 12, 2024
1 parent cef0858 commit 28adc85
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,28 @@

## Installation

### Using pip

To install `mepo` using `pip`, run the following command:

```
`pip install mepo`
```

### Homebrew

Using Homebrew, you can install `mepo` by installing from the gmao-si-team tap:

```
brew install gmao-si-team/packages/mepo
```

This is equivalent to running:

```
brew tap gmao-si-team/packages
brew install mepo
```

## Commands

Expand Down

0 comments on commit 28adc85

Please sign in to comment.