Skip to content

Commit 4b875b4

Browse files
MichaelTrestmanMichael Trestman
andauthored
fix install docs (contd) (#529)
* wip * wip * wip * wip * wip * wip * wip * wip * wip --------- Co-authored-by: Michael Trestman <[email protected]>
1 parent e1d3b74 commit 4b875b4

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

docs/getting-started/install-btcli.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,29 @@ For a full developer reference, see the [Bittensor CLI reference document](../bt
1818

1919
## Install on macOS and Linux
2020

21-
You can install `btcli` on your local machine directly from source.
22-
23-
Verify your installation and its version by running:
24-
```shell
25-
btcli --version
26-
```
27-
Example output:
28-
```console
29-
BTCLI version: 9.1.0
30-
```
31-
3221
### Install from Python Package Indexer
3322

3423
Check for the latest release at the Python Package Index: [https://pypi.org/project/bittensor-cli/](https://pypi.org/project/bittensor-cli/).
3524

3625
Use pip to install the desired version:
3726

3827
```shell
39-
pip install bittensor-cli==<VERSION>`
28+
pip install bittensor-cli==<VERSION>
4029
```
4130

31+
Verify your installation and its version by running:
32+
```shell
33+
btcli --version
34+
```
35+
Example output:
36+
```console
37+
BTCLI version: 9.1.0
38+
```
4239
:::warning Update frequently!
4340
Check frequently to make sure you are using the latest version of `btcli`.
4441
:::
4542

43+
4644
### Install from source
4745

4846

0 commit comments

Comments
 (0)