File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
bittensor_cli/src/bittensor Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1286,10 +1286,16 @@ def print_linux_dependency_message():
12861286 console .print ("\n Debian / Ubuntu:" )
12871287 console .print ("[green]sudo apt install libwebkit2gtk-4.0-dev[/green]" )
12881288 console .print ("\n Note for Ubuntu 24.04+ & Debian 13+:" )
1289+ console .print ("You may need these additional steps to install libwebkit2gtk:" )
12891290 console .print (
1290- "You may need to add the following line to your `/etc/apt/sources.list` file:"
1291+ "\t Create a new source file with: [green]sudo vim /etc/apt/sources.list.d/jammy-temp.list[/green]"
1292+ )
1293+ console .print (
1294+ "\t Add this into the file and save: [green]deb http://archive.ubuntu.com/ubuntu jammy main universe[/green]"
1295+ )
1296+ console .print (
1297+ "\t Update the repository and install the webkit dependency: [green]sudo apt update && sudo apt install libwebkit2gtk-4.0-dev[/green]"
12911298 )
1292- console .print ("[green]http://gb.archive.ubuntu.com/ubuntu jammy main[/green]" )
12931299 console .print ("\n Fedora / CentOS / AlmaLinux:" )
12941300 console .print ("[green]sudo dnf install gtk3-devel webkit2gtk3-devel[/green]\n \n " )
12951301
You can’t perform that action at this time.
0 commit comments