Skip to content

Commit bfe5708

Browse files
author
Watchmaker
authored
Update README.md
1 parent c8c5bd0 commit bfe5708

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -134,23 +134,12 @@ git clone https://github.com/opentensor/bittensor.git
134134

135135
You can install using any of the below options:
136136

137-
- **Install only SDK**: Run the below command to install Bittensor SDK in the above virtual environment.
137+
- **Install SDK**: Run the below command to install Bittensor SDK in the above virtual environment. This will also install `btcli`.
138138

139139
```python
140140
pip install bittensor
141141
```
142142

143-
- **Install SDK with `btcli`**: Install Bittensor SDK with `btcli`. The `btcli` will be installed as an independent tool and its Python package is `bittensor-cli`.
144-
145-
```python
146-
pip install bittensor[btcli]
147-
```
148-
In some environments the above command may fail, in which case run the command with added quotes as shown below:
149-
150-
```python
151-
pip install "bittensor[btcli]"
152-
```
153-
154143
- **Install SDK with `torch`**: Install Bittensor SDK with [`torch`](https://pytorch.org/docs/stable/torch.html).
155144

156145
```python

0 commit comments

Comments
 (0)