File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
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
@@ -163,10 +164,11 @@ mac_update_pip() {
163
164
}
164
165
165
166
mac_install_bittensor () {
166
- ohai " Cloning bittensor@text_prompting into ~/.bittensor/bittensor"
167
+ ohai " Cloning bittensor into ~/.bittensor/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