File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -102,16 +102,8 @@ def print_pipx_error():
102
102
print (re .sub ('\[[^\[]+\]' , '' , msg ))
103
103
104
104
def print_distro_packages ():
105
- msg = '''To succesfully complete [magenta]PyRadio[/magenta]'s installation, please make sure that the
106
- following [bold]distro python packages[/bold] are installed as well:
107
- [bold]- setuptools
108
- - wheel
109
- - venv [/bold]([magenta]Debian[/magenta] only?)[bold]
110
- - rich
111
- - requests[/bold]
112
-
113
- Please keep in mind that Distros will prepend these package names with a
114
- "[green]python-[/green]" or a "[green]python3-[/green]" or even a "[green]python2-[/green]".
105
+ msg = '''To succesfully complete [magenta]PyRadio[/magenta]'s installation, please refer to this page:
106
+ [plum]https://github.com/coderholic/pyradio/blob/master/build.md[/plum]
115
107
'''
116
108
if PY3 :
117
109
print (msg )
You can’t perform that action at this time.
0 commit comments