11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
-
+
|
#### Exe "installer" <img src="raw/3890706faa120d8fa8ed57846e87bdb91dfcb300?m=image/png" width=50% height=50% align=right>
ST2 requires a working Python installation first. That includes Python with Gtk bindings, the requests and pyquery packages.
The available **.exe** installer is really just a self-extracting ZIP. It'll unpack to Unix-style paths `C:/usr/bin/` and `C:/usr/share/streamtuner2`. But is relocatable meanwhile
It includes a neat post-install script since 2.2.0 which will download and setup all required dependencies (Python 2.7 + Gtk2) now. So it's rather convenienct to set up now. You still need to configure your audio player (VLC recommended, but WMplayer works) of course.
It includes a neat post-install script for Windows 7 and above since 2.2.0 which will download and setup all required dependencies (Python 2.7 + Gtk2) now. So it's rather convenient to set up now. You still need to configure your audio player (VLC recommended, but WMplayer works) of course.
#### PYZ package
With the new **.pyz** package it's even easier to use ST2 however. So that's now the recommended approach. Simply start it with:
python streamtuner2.pyz
|