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 `
38
38
39
39
## Install on macOS and Linux
40
40
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** :
42
42
43
43
44
- ### Install from PyPI
44
+ ### Install from [ PyPI] ( https://pypi.org/project/bittensor/ )
45
45
46
46
Run
47
47
```
@@ -53,6 +53,12 @@ Alternatively, if you prefer to use [uv](https://pypi.org/project/uv/):
53
53
uv pip install bittensor-cli
54
54
```
55
55
56
+ ### Install from [ Homebrew] ( https://formulae.brew.sh/formula/btcli#default )
57
+
58
+ ``` shell
59
+ brew install btcli
60
+ ```
61
+
56
62
### Install from source
57
63
58
64
1 . Create and activate a virtual environment.
You can’t perform that action at this time.
0 commit comments