Skip to content

Commit 1d963df

Browse files
authored
Merge pull request #2346 from opentensor/rajkaramchedu-patch-1
Fix the install command syntax
2 parents 438650a + 9b297a2 commit 1d963df

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 8.1.1 /2024-10-04
4+
5+
## What's Changed
6+
* Release/8.1.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2332
7+
* Backmerge/8.1.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2341
8+
* Bumps version and wallet by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2342
9+
10+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.1.0...v8.1.1
11+
312
## 8.1.0 /2024-10-03
413

514
## What's Changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,22 @@ You can install using any of the below options:
145145
```python
146146
pip install bittensor[btcli]
147147
```
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+
```
148153

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

151156
```python
152157
pip install bittensor[torch]
153158
```
159+
In some environments the above command may fail, in which case run the command with added quotes as shown below:
160+
161+
```python
162+
pip install "bittensor[torch]"
163+
```
154164

155165
- **Install SDK with `cubit`**: Install Bittensor SDK with [`cubit`](https://github.com/opentensor/cubit).
156166

0 commit comments

Comments
 (0)