File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ linux_install_bittensor() {
105
105
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)
106
106
ohai " Installing bittensor"
107
107
$python -m pip install -e ~ /.bittensor/bittensor/
108
+ $python -m pip install -U bittensor-cli
108
109
exit_on_error $?
109
110
}
110
111
@@ -167,6 +168,7 @@ mac_install_bittensor() {
167
168
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)
168
169
ohai " Installing bittensor"
169
170
$python -m pip install -e ~ /.bittensor/bittensor/
171
+ $python -m pip install -U bittensor-cli
170
172
exit_on_error $?
171
173
deactivate
172
174
}
You can’t perform that action at this time.
0 commit comments