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
2 changes: 1 addition & 1 deletion docs/user-guides/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ The first step to running BasicSwap without docker is to build it locally on you
3. Install the required dependencies

```bash title="Terminal"
brew install python git gnupg pkg-config jq
brew install python git gnupg pkg-config jq zeromq
```

4. Close the terminal and open a new one. This will update the python symlinks and let you progress through the next steps.
Expand Down