Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

<iframe width="560" height="315" src="https://www.youtube.com/embed/fgNrPbOTpxE?si=uxwjTYF3Fd7pdV9D" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

## Installing with Homebrew

The fastest way to get started is to install HyPhy with Homebrew

```bash
brew install hyphy
```

If you want to build a custom executable (MP or MPI), the process is described below.

## MP and MPI Versions

HyPhy can be built in two main flavors:
Expand Down