Skip to content

Commit 2195393

Browse files
committed
Adds instructions for pip installation for README.
1 parent cb2f25f commit 2195393

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

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

4040
## Install on macOS and Linux
4141

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+
```
4356

4457
### Install from source
4558

@@ -69,6 +82,14 @@ cd btcli
6982
pip3 install .
7083
```
7184

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+
7293
---
7394

7495
## Install on Windows

0 commit comments

Comments
 (0)