Skip to content

Commit 8be7bc8

Browse files
committed
Removed legacy text.
1 parent 5cd192e commit 8be7bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ mac_update_pip() {
164164
}
165165

166166
mac_install_bittensor() {
167-
ohai "Cloning bittensor@text_prompting into ~/.bittensor/bittensor"
167+
ohai "Cloning bittensor into ~/.bittensor/bittensor"
168168
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)
169169
ohai "Installing bittensor"
170170
$python -m pip install -e ~/.bittensor/bittensor/

0 commit comments

Comments
 (0)