File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
4646Run
4747```
@@ -53,6 +53,12 @@ Alternatively, if you prefer to use [uv](https://pypi.org/project/uv/):
5353uv 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
58641 . Create and activate a virtual environment.
You can’t perform that action at this time.
0 commit comments