File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,20 @@ Installation steps are described below. For a full documentation on how to use `
39
39
40
40
## Install on macOS and Linux
41
41
42
- You can install ` btcli ` on your local machine directly from source. ** Make sure you verify your installation after you install** :
42
+ You can install ` btcli ` on your local machine directly from source, or from from PyPI. ** Make sure you verify your installation after you install** :
43
+
44
+
45
+ ### Install from PyPI
46
+
47
+ Run
48
+ ```
49
+ pip install -U bittensor-cli
50
+ ```
51
+
52
+ Alternatively, if you prefer to use [ uv] ( https://pypi.org/project/uv/ ) :
53
+ ```
54
+ uv pip install bittensor-cli
55
+ ```
43
56
44
57
### Install from source
45
58
@@ -69,6 +82,14 @@ cd btcli
69
82
pip3 install .
70
83
```
71
84
85
+ ### Also install bittensor (SDK)
86
+
87
+ If you prefer to install the btcli alongside the bittensor SDK, you can do this in a single command with
88
+
89
+ ```
90
+ pip install -U bittensor[cli]
91
+ ```
92
+
72
93
---
73
94
74
95
## Install on Windows
You can’t perform that action at this time.
0 commit comments