From ecd59718addedb1d5841710f886b174e47617f5b Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Tue, 10 Jun 2025 20:57:10 +0200 Subject: [PATCH 1/2] Add Homebrew to README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a7c4bac1..d12f483c8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Installation steps are described below. For a full documentation on how to use ` ## Install on macOS and Linux -You can install `btcli` on your local machine directly from source, or from PyPI. **Make sure you verify your installation after you install**: +You can install `btcli` on your local machine directly from source, PyPI, or Homebrew. **Make sure you verify your installation after you install**: ### Install from PyPI @@ -53,6 +53,12 @@ Alternatively, if you prefer to use [uv](https://pypi.org/project/uv/): uv pip install bittensor-cli ``` +### Install from [Homebrew](https://formulae.brew.sh/formula/btcli#default) + +```shell +brew install btcli +``` + ### Install from source 1. Create and activate a virtual environment. From b85e67ba90a24aeda4c7935fc5eecb23c19ac544 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Tue, 10 Jun 2025 20:57:22 +0200 Subject: [PATCH 2/2] Add link to PyPI page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d12f483c8..f572fc4b1 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Installation steps are described below. For a full documentation on how to use ` You can install `btcli` on your local machine directly from source, PyPI, or Homebrew. **Make sure you verify your installation after you install**: -### Install from PyPI +### Install from [PyPI](https://pypi.org/project/bittensor/) Run ```