Skip to content

Commit ecd5971

Browse files
committed
Add Homebrew to README.md
1 parent 57e3340 commit ecd5971

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Installation steps are described below. For a full documentation on how to use `
3838

3939
## Install on macOS and Linux
4040

41-
You can install `btcli` on your local machine directly from source, or from PyPI. **Make sure you verify your installation after you install**:
41+
You can install `btcli` on your local machine directly from source, PyPI, or Homebrew. **Make sure you verify your installation after you install**:
4242

4343

4444
### Install from PyPI
@@ -53,6 +53,12 @@ Alternatively, if you prefer to use [uv](https://pypi.org/project/uv/):
5353
uv pip install bittensor-cli
5454
```
5555

56+
### Install from [Homebrew](https://formulae.brew.sh/formula/btcli#default)
57+
58+
```shell
59+
brew install btcli
60+
```
61+
5662
### Install from source
5763

5864
1. Create and activate a virtual environment.

0 commit comments

Comments
 (0)