Skip to content

Commit 2324009

Browse files
committed
version 0.9.2.6
- when pipx is missing refer to online documentation
1 parent c792c7b commit 2324009

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pyradio/install.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,8 @@ def print_pipx_error():
102102
print(re.sub('\[[^\[]+\]', '', msg))
103103

104104
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]
115107
'''
116108
if PY3:
117109
print(msg)

0 commit comments

Comments
 (0)