Skip to content

Commit

Permalink
docs: simplify homebrew installation command (#536)
Browse files Browse the repository at this point in the history
* docs: simplify homebrew installation command

* fix: undo formatting change
  • Loading branch information
braaar authored Feb 2, 2025
1 parent 2f5fcb2 commit 369ca57
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,11 @@ sudo apt install git python3-dev gettext pipenv default-libmysqlclient-dev
Make sure you have [Homebrew](https://brew.sh/) installed, then run:

```sh
brew install git
```

```sh
brew install pipenv
brew install git pipenv mysql gettext
```

_Note: Homebrew will automatically install python for you since it is a prerequisite of pipenv._

```sh
brew install mysql
```

```sh
brew install gettext
```

## Installing prerequisites on other platforms

Expand Down

0 comments on commit 369ca57

Please sign in to comment.