Skip to content

Instantly share code, notes, and snippets.

View SulaimanAminuBarkindo's full-sized avatar
😇

Sulaiman Aminu Barkindo SulaimanAminuBarkindo

😇
View GitHub Profile
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