@@ -124,25 +124,25 @@ def _notify(self):
124124
125125 def _get_update_instructions (self ):
126126 instructions = {
127- "pip" : "Run {yellow}pip{reset} install dvc {blue}--upgrade{reset}" ,
128- "rpm" : "Run {yellow}yum{reset} update dvc" ,
129- "brew" : "Run {yellow}brew{reset} upgrade dvc" ,
127+ "pip" : "Run `{yellow}pip{reset} install dvc "
128+ "{blue}--upgrade{reset}`" ,
129+ "rpm" : "Run `{yellow}yum{reset} update dvc`" ,
130+ "brew" : "Run `{yellow}brew{reset} upgrade dvc`" ,
130131 "deb" : (
131- "Run {yellow}apt-get{reset} install"
132- " {blue}--only-upgrade{reset} dvc"
132+ "Run ` {yellow}apt-get{reset} install"
133+ " {blue}--only-upgrade{reset} dvc` "
133134 ),
134135 "binary" : (
135136 "To upgrade follow these steps:\n "
136137 "1. Uninstall dvc binary\n "
137138 "2. Go to {blue}https://dvc.org{reset}\n "
138139 "3. Download and install new binary"
139140 ),
140- "conda" : "Run {yellow}conda{reset} update dvc" ,
141- "choco" : "Run {yellow}choco{reset} upgrade dvc" ,
141+ "conda" : "Run ` {yellow}conda{reset} update dvc` " ,
142+ "choco" : "Run ` {yellow}choco{reset} upgrade dvc` " ,
142143 None : (
143- "Find the latest release at\n {blue}"
144- "https://github.com/iterative/dvc/releases/latest"
145- "{reset}"
144+ "Find the latest release at\n "
145+ "{blue}https://github.com/iterative/dvc/releases/latest{reset}"
146146 ),
147147 }
148148
0 commit comments