This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Run brew install autoconf automake libtool gmp sqlite3 pkg-config \ | |
| python3 git gettext protobuf grpc openssl libpq jq gawk mold \ | |
| libsodium curl lowdown | |
| 2. Run brew install pipx | |
| pipx ensurepath | |
| pipx install poetry to install poetry | |
| 3. if you’re not inside a venv yet: | |
| python3 -m venv .venv | |
| source .venv/bin/activate |