You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p><atarget="_blank" href="https://peps.python.org/pep-0668/">PEP 668 – Marking Python base environments as “externally managed”</a></p></li>
106
105
</ul>
107
-
<h3id="notice-for-python-2-users">Notice for Python 2 users</h3>
108
-
<p>If you are still using <strong>Python 2</strong> in a linux system, plase make sure “<strong>pip</strong>” is installed. Execute the following command to verify its existance:</p>
109
-
<pre>python[2] -m pip list</pre>
110
-
<p>If you get a response, you are good to go. Otherwise, use your distro package manager to install it.</p>
111
-
<p>If your distro does not provide it (some do not anymore), use the following commands to get it:</p>
<p>When you are done, proceed to “<ahref="linux.html">pip installation</a> (the old way)”, adapting the commands to python2.</p>
119
106
<h3id="installation-on-the-bsds">Installation on the BSDs</h3>
120
107
<p>If you are on any of the BSDs, please do install <strong>bash</strong> beforehand and try to follow the <ahref="linux.html">pip installation guide</a>.</p>
121
108
<p>Please be aware that <strong>PyRadio</strong> is provided as a <strong>port</strong> on <atarget="_blank" href="https://www.freshports.org/audio/py-pyradio/">FreeBSB</a>.</p>
<h2id="requirements">Requirements <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
<h2id="changelog">Changelog <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
177
177
<prestyle="height: 200px;">
178
178
179
+
2024-02-24 s-n-g
180
+
* version 0.9.2.25
181
+
* droping python 2 - PyRadio will only run on python 3
.\" This manual is freely distributable under the terms of the GPL.
4
4
.\"
5
-
.TH pyradio 1 "January 2024" pyradio
5
+
.TH pyradio 1 "February 2024" pyradio
6
6
7
7
.SH Name
8
8
.PP
@@ -603,7 +603,7 @@ A playlist that does not reside within the program’s configuration directory i
603
603
604
604
When this happens, \fBpyradio\fR will offer you the choise to copy the playlist in its configuration directory, thus making it available for manipulation within the program.
605
605
606
-
If a playlist of the same name already exists in the configuration directory, the "\fIforeign\fR" playlist will be time-stamped. For example, if a "\fIforeign\fR" playlist is named "\fIstations.csv\fR", it will be named "\fI2019-01-11_13-35-47_stations.csv\fR" (provided that the action was taked on January 11, 2019 at 13:35:47).
606
+
If a playlist of the same name already exists in the configuration directory, the "\fIforeign\fR" playlist will be time-stamped. For example, if a "\fIforeign\fR" playlist is named "\fIstations.csv\fR", it will be named "\fI2019-01-11_13-35-47_stations.csv\fR" (provided that the action was taked on February 11, 2019 at 13:35:47).
0 commit comments