Skip to content

Commit b374cdd

Browse files
authored
Merge pull request #493 from opentensor/feat/thewhaleking/brew-readme
Add Homebrew Install to README
2 parents 57e3340 + b85e67b commit b374cdd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ 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

44-
### Install from PyPI
44+
### Install from [PyPI](https://pypi.org/project/bittensor/)
4545

4646
Run
4747
```
@@ -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)