Skip to content

Commit

Permalink
Merge branch 'staging' into release/8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Oct 10, 2024
2 parents cbf466e + 9fda0ca commit b288f78
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,23 +134,12 @@ git clone https://github.com/opentensor/bittensor.git

You can install using any of the below options:

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

```python
pip install bittensor
```

- **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`.

```python
pip install bittensor[btcli]
```
In some environments the above command may fail, in which case run the command with added quotes as shown below:

```python
pip install "bittensor[btcli]"
```

- **Install SDK with `torch`**: Install Bittensor SDK with [`torch`](https://pytorch.org/docs/stable/torch.html).

```python
Expand Down

0 comments on commit b288f78

Please sign in to comment.