Skip to content

Commit 5cd192e

Browse files
committed
Installs btcli along with bittensor for the install.sh script.
1 parent bc3d43b commit 5cd192e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ linux_install_bittensor() {
105105
git clone https://github.com/opentensor/bittensor.git ~/.bittensor/bittensor/ 2> /dev/null || (cd ~/.bittensor/bittensor/ ; git fetch origin master ; git checkout master ; git pull --ff-only ; git reset --hard ; git clean -xdf)
106106
ohai "Installing bittensor"
107107
$python -m pip install -e ~/.bittensor/bittensor/
108+
$python -m pip install -U bittensor-cli
108109
exit_on_error $?
109110
}
110111

@@ -167,6 +168,7 @@ mac_install_bittensor() {
167168
git clone https://github.com/opentensor/bittensor.git ~/.bittensor/bittensor/ 2> /dev/null || (cd ~/.bittensor/bittensor/ ; git fetch origin master ; git checkout master ; git pull --ff-only ; git reset --hard; git clean -xdf)
168169
ohai "Installing bittensor"
169170
$python -m pip install -e ~/.bittensor/bittensor/
171+
$python -m pip install -U bittensor-cli
170172
exit_on_error $?
171173
deactivate
172174
}

0 commit comments

Comments
 (0)