You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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`.
138
138
139
139
```python
140
140
pip install bittensor
141
141
```
142
142
143
-
-**Install SDKwith`btcli`**: Install Bittensor SDKwith`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:
0 commit comments